date : 2019-06-20   14:34:48

author: headsen chen

临时设置:
ulimit -n 1000000


永久设置:
vim  /etc/security/limits.conf

末行添加

* hard nofile 1000000
* soft nofile 1000000
root hard nofile 1000000
root soft nofile 1000000

 

相关文章:

  • 2021-07-27
  • 2021-09-13
  • 2021-12-12
  • 2021-12-02
  • 2021-05-04
猜你喜欢
  • 2021-08-25
  • 2022-02-04
  • 2022-12-23
  • 2021-11-12
  • 2021-12-14
  • 2021-05-04
  • 2022-01-22
相关资源
相似解决方案