ubantu16.04里面设置ulimit -n 永久生效
在linux下显示线程限制数目为1024,可用命令查看:ulimit -n设置limit -n 永久生效:运行命令:sudo gedit /etc/security/limits.conf在文件的最末尾添加这两行:* soft nofile 102400* hard nofile 102400开机重启,用命令ulimit -n 验证...
·
- 在linux下显示线程限制数目为1024,可用命令查看:ulimit -n
- 设置limit -n 永久生效:
- 运行命令:sudo gedit /etc/security/limits.conf
- 在文件的最末尾添加这两行:
* soft nofile 65535
* hard nofile 65535
- 开机重启,用命令 ulimit -n 验证
更多推荐
已为社区贡献2条内容
所有评论(0)