1. 程式人生 > >centos6.7 修改最大開啟程序數和檔案數

centos6.7 修改最大開啟程序數和檔案數

vi /etc/security/limits.d/90-nproc.conf

*          soft    nproc     65535

vi /etc/security/limits.conf

#最後增加

*                soft    nproc           65535
*                hard    nproc           65535
*                soft    nofile          65535
*                hard    nofile          65535

#登出後重啟登入起效

ulimit -a

open files                      (-n) 65535

max user processes              (-u) 65535