Linux修改打开文件数和进程数上限

编辑/etc/security/limits.confide

添加:it


* soft nofile 65535
* hard nofile 131072
* soft nproc 2048
* hard nproc 4096class

相关文章
相关标签/搜索