1、打开编辑limits.conf文件

sudo vim /etc/security/limits.conf

插入以下内容

  • soft nproc 65535
  • hard nproc 65535
  • hard stack 102400
  • soft stack 102400
  • soft nofile 100001
  • hard nofile 100002

2、创建 nofile.conf 文件

vi /etc/security/limits.d/nofile.conf

写入以下内容

  • soft nproc 65535
  • hard nproc 65535
  • hard stack 102400
  • soft stack 102400
  • soft nofile 100001
  • hard nofile 100002

3、重启服务器

4、查看确认是否修改成功

ulimit -a

标签: none

评论已关闭