/etc/security/limits.conf: nofile needs a fixed value

This commit is contained in:
creme 2020-05-27 07:05:54 +00:00
parent 32d24f1d6f
commit 1de29ef270
1 changed files with 3 additions and 3 deletions

View File

@ -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