0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00

Merge pull request #1825 from thejmazz/systemd-allow-more-threads

Double systemd LimitNPROC to allow more threads
This commit is contained in:
Matt Holt 2017-08-23 10:45:14 -06:00 committed by GitHub
commit c026e2b734

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