From 1de29ef2700bab6757f7a16b23366477517b808d Mon Sep 17 00:00:00 2001 From: creme Date: Wed, 27 May 2020 07:05:54 +0000 Subject: [PATCH] /etc/security/limits.conf: nofile needs a fixed value --- etc/security/limits.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/security/limits.conf b/etc/security/limits.conf index e362333..75ae14a 100644 --- a/etc/security/limits.conf +++ b/etc/security/limits.conf @@ -53,7 +53,7 @@ root soft nproc 65535 root hard nproc 65535 root soft nofile 65535 -root hard nofile unlimited +root hard nofile 1048576 www-data soft nproc 10240 www-data hard nproc 65535 @@ -73,12 +73,12 @@ www-data hard nofile 1048576 deploy soft nproc 65535 deploy hard nproc unlimited deploy soft nofile 65535 -deploy hard nofile unlimited +deploy hard nofile 1048576 creme soft nproc 65535 creme hard nproc unlimited creme soft nofile 65535 -creme hard nofile unlimited +creme hard nofile 1048576 #* soft core 0 #root hard core 100000