Systemd has been updated for more stability. However, the default settings are too low for Domino. Add the following to your systemd domino.service file.
A good place to add them is after the LimitNOFILE entry.
$ sudo vi domino.service
[Service]
Type=forking
User=notes
LimitNOFILE=60000
LimitNPROC=8000
TasksMax=8000
...
previous page
|