设置方法
1、永久性:
在/etc/security/limits.conf最后增加如下两行记录
* soft nofile 65536
* hard nofile 65535
注意:这里通过ulimit -n可以直接查看open files数,这里修改完在查看可能还是默认的1024,只需要退出登录在进系统就能看到改变之后的了!
*指所有用户,也可以指定具体用户,比如dmdba
2、临时性
ulimit -n 102400
2022-01-09 05:18:32
在/etc/security/limits.conf最后增加如下两行记录
* soft nofile 65536
* hard nofile 65535
注意:这里通过ulimit -n可以直接查看open files数,这里修改完在查看可能还是默认的1024,只需要退出登录在进系统就能看到改变之后的了!
*指所有用户,也可以指定具体用户,比如dmdba
ulimit -n 102400
下一篇:ECS使用体验