前端之家收集整理的这篇文章主要介绍了
ubuntu – limits.conf设置不“坚持”,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
试图在高
负载Web服务器上获得相当于ulimit -n 20000的
功能,但是ubuntu hardy上的/etc/security/limits.conf似乎并不坚持.
这是我在配置文件中设置的内容.
root soft nofile 20000
root hard nofile 20000
www-data soft nofile 20000
www-data hard nofile 20000
我也试过了
* soft nofile 20000
* hard nofile 20000
重新启动后,当我在root上运行ulimit -n,或者www-data或我的普通用户时,我仍然看到默认的1024.
您可能必须从/etc/pam.d(cron,su,sudo,sshd,login)下的不同
文件中取消注释pam_limits.so
session required pam_limits.so
原文链接:https://www.f2er.com/ubuntu/348892.html