From 11574e3e3fa4eb77491cb1b78861bc6a09c99f53 Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Tue, 8 Jan 2019 18:20:24 +0100 Subject: [PATCH] nproc seems to be a global limit, not per session - increased accoringly --- etc/security/limits.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/security/limits.conf b/etc/security/limits.conf index 126b59c..48d214a 100644 --- a/etc/security/limits.conf +++ b/etc/security/limits.conf @@ -55,6 +55,6 @@ # End of file @www-data - priority 10 -@www-data - nproc 20 +@www-data - nproc 200 @www-data - as 1048576 root - priority -10