解决:ulimit: open files: cannot modify limit: Operation not permitted
(2011-12-06 11:55:02)
标签:
linuxulimitit |
分类: IT |
普通用户ssh连接linux服务器是总是提示:
ulimit: open files: cannot modify limit:
Operation not permitted
解决办法:
vi
/etc/security/limits.conf
添加:
* soft nofile 65535
* hard nofile 65535
优化内核时:
*
soft nproc
65535
*
hard nproc
65535