Set LimitNPROC=512 for systemd

This commit is contained in:
Julian Mazzitelli 2017-08-14 12:42:05 -04:00
parent 261547b42c
commit 280ae833d4

View File

@ -26,7 +26,7 @@ TimeoutStopSec=5s
; Limit the number of file descriptors; see `man systemd.exec` for more limit settings.
LimitNOFILE=1048576
; Unmodified caddy is not expected to use more than that.
LimitNPROC=64
LimitNPROC=512
; Use private /tmp and /var/tmp, which are discarded after caddy stops.
PrivateTmp=true