Centos 不重启 修改ulimit参数
Posted mswei
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos 不重启 修改ulimit参数相关的知识,希望对你有一定的参考价值。
cat /etc/security/limits.conf sudo vim /etc/security/limits.conf * hard nofile 999999 * soft nofile 999999 * soft nproc 10240 * hard nproc 10240 * hard stack 102400 * soft stack 102400
以上是关于Centos 不重启 修改ulimit参数的主要内容,如果未能解决你的问题,请参考以下文章