Increase default systemd-imposed limits.
This commit is contained in:
parent
f7c566fb48
commit
ec667d8484
@ -10,5 +10,11 @@ ExecStart=/usr/lib/cyrus-imapd/cyrus-master $CYRUSOPTIONS
|
|||||||
ExecStopPost=/usr/lib/cyrus-imapd/cyr_systemd_helper stop
|
ExecStopPost=/usr/lib/cyrus-imapd/cyr_systemd_helper stop
|
||||||
PrivateTmp=true
|
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]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
Reference in New Issue
Block a user