ulimit -a 显示目前可以打开的最大文件数 openfile
修改/etc/security/limits.conf
在文件最后加入
* soft nofile=65536
* hard nofile=65536
*表示对所有用户有效
修改/etc/profile,在最后一行添加 ulimit -n 65536
source 或者重启
ulimit -a 显示目前可以打开的最大文件数 openfile
修改/etc/security/limits.conf
在文件最后加入
* soft nofile=65536
* hard nofile=65536
*表示对所有用户有效
修改/etc/profile,在最后一行添加 ulimit -n 65536
source 或者重启