码迷,mamicode.com
首页 > 其他好文 > 详细

Ulimit

时间:2016-10-29 02:39:38      阅读:176      评论:0      收藏:0      [点我收藏+]

标签:profile   用户   source   

Ulimit -n 用户设置内核可以同时打开 的文件描述符的最大数

修改 /etc/profile添加 ulimit -n即可

vi /etc/profile

最后还要执行 source /etc/profile或重启

一般默认为1024,修改为102400

Ulimit

标签:profile   用户   source   

原文地址:http://686868688.blog.51cto.com/10160568/1866844

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!