Warning: now max user processes is 4096, and need to turn up to 65535
Posted AI浩
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Warning: now max user processes is 4096, and need to turn up to 65535相关的知识,希望对你有一定的参考价值。
出现上面的问题说明在配置进程数和文件数的时候出现了问题。在root和app用户下面执行这两个命令
#文件句柄数,不低于65535,如不满足需参考3.3章节重新设置
ulimit -n
65535
#用户进程数,不低于64000,如不满足需参考3.3章节重新设置
ulimit -u
65535
观察一下结果是否都是65535,如果在app下面不是,估计是忘了清理20-nproc.conf文件这需要执行
#清理20-nproc.conf文件
cd /etc/security/limits.d
ls -lrt 20-nproc.conf
#存在则:
mv 20-nproc.conf 20-nproc.conf_bak
以上是关于Warning: now max user processes is 4096, and need to turn up to 65535的主要内容,如果未能解决你的问题,请参考以下文章
warning: Now you can provide attr "wx:key" for a "wx:for" to improve performance
iPhone 13(Pro、Max、Mini)和旧款 iPhone 的所有媒体查询