ulimit –ahtml
ulimit –ncentos
#vi /erc/security/limits.conf (修改文件開啓的限制)安全
#性能優化
#<domain> <type> <item> <value>服務器
#dom
#* soft core 0性能
#* hard rss 10000優化
#@student hard nproc 20spa
#@faculty soft nproc 20.net
#@faculty hard nproc 50
#ftp hard nproc 0
#@student - maxlogins 4
* soft noproc 10000(可選)
* hard noproc 10000(可選)
* soft nofile 65535
* hard nofile 65535 (添加的兩行)
# End of file
:wq 保存退出
說明:
* 表明針對全部用戶
noproc 是表明最大進程數
nofile 是表明最大文件打開數
注意:
這個當中的硬限制是實際的限制,而軟限制是warnning限制,只會作出warning;
執行下面的兩條命令
ulimit –Hn 65535
ulimit –Sn 65535
最後重啓系統才能生效 reboot
在查看 ulimit –n
#ulimit –n
65535
已打開文件數限制,已調至最大。
參考:
CentOS 6.5安全加固及性能優化:
http://os.51cto.com/art/201312/423095.htm
生產服務器環境最小化安裝後 Centos 6.5優化配置備忘: