1、vim /etc/profile  增加
ulimit -n 10240
ulimit -u 10240
2、修改/etc/security/limits.conf
*      soft     nofile     10240
*      hard     nofile     10240
*      soft     noproc     10240 
*      hard     noproc     10240  
3、登陆其他用户测试
ulimit -a 
 
参考 http://linuxguest.blog.51cto.com/195664/362366/
参考 http://blog.csdn.net/yangzhenzhen/article/details/8905846

相关文章:

  • 2022-01-10
  • 2021-11-30
  • 2022-12-23
  • 2022-01-15
  • 2021-05-17
  • 2021-06-23
  • 2021-07-15
猜你喜欢
  • 2022-12-23
  • 2022-02-06
  • 2022-12-23
  • 2022-12-23
  • 2022-01-17
  • 2022-12-23
  • 2021-12-03
相关资源
相似解决方案