Increase default systemd-imposed limits.

This commit is contained in:
Jason Tibbitts 2016-12-16 10:23:59 -06:00
parent f7c566fb48
commit ec667d8484

View File

@ -10,5 +10,11 @@ ExecStart=/usr/lib/cyrus-imapd/cyrus-master $CYRUSOPTIONS
ExecStopPost=/usr/lib/cyrus-imapd/cyr_systemd_helper stop
PrivateTmp=true
# Cyrus may spawn many processes in normal operation. These figures are higher
# than the defaults, but may still need to be tuned for your local
# configuration.
TasksMax=2048
LimitNOFILE=16384
[Install]
WantedBy=multi-user.target