centos core dump 设置

前端之家收集整理的这篇文章主要介绍了centos core dump 设置前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

转自:http://blog.sina.com.cn/s/blog_7b6fc4c90100yn57.html

普通用户ssh连接linux服务器是总是提示
ulimit: open files: cannot modify limit: Operation not permitted

解决办法:
@H_502_17@vi /etc/security/limits.conf
添加
@H_502_17@* soft nofile 65535
@H_502_17@* hard nofile 65535
@H_502_17@
优化内核时:
@H_502_17@* soft nproc 65535
* hard nproc 65535

# End of file
* - core unlimited
* - nofile 400000

vi /etc/profile

ulimit -c unlimited ulimit -s unlimited

猜你在找的CentOS相关文章