#当时测试虚机为centos7.4版本:
#
在/etc/security/limits.conf文件末尾添加如下命令:
* soft nproc 1314
* hard nproc 1314
* soft nofile 520
* hard nofile 520
#在root及普通用户下用ulimit -a查看结果是否符合预期:(建议先exit出来再次ssh登录,不需要重启电脑即可生效)
备注:
#可能会遇到修改完后,普通用户ulimit -a显示后的max user process没有改变,再次进行修改即可全部改变,从而达到预期效果;
原文地址:https://www.cnblogs.com/520ZXL/p/10486822.html
时间: 2024-11-05 20:28:12