From 280ae833d4d52d55bdbf192908c74178a8a48d0e Mon Sep 17 00:00:00 2001 From: Julian Mazzitelli Date: Mon, 14 Aug 2017 12:42:05 -0400 Subject: [PATCH] Set LimitNPROC=512 for systemd --- dist/init/linux-systemd/caddy.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/init/linux-systemd/caddy.service b/dist/init/linux-systemd/caddy.service index dc560b8b..e0ab5643 100644 --- a/dist/init/linux-systemd/caddy.service +++ b/dist/init/linux-systemd/caddy.service @@ -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