vi /etc/security/limits.d/90-nproc.conf

 

* - nofile 65536
* - nproc 65536
root soft nproc unlimited

 

vi  /etc/security/limits.conf    注销所有

#*               hard    rss             10000

#@student        hard    nproc           20

#@faculty        soft    nproc           20

#@faculty        hard    nproc           50

#ftp             hard    nproc           0

#@student        -       maxlogins       4*          -       nofile    65535

# End of file

~/.bash_profileulimit -c unlimited

相关文章:

  • 2022-02-25
  • 2021-08-14
  • 2021-11-03
  • 2021-11-06
  • 2022-12-23
  • 2021-12-09
  • 2021-11-18
  • 2022-12-23
猜你喜欢
  • 2021-12-15
  • 2021-07-05
  • 2022-12-23
  • 2022-12-23
  • 2021-09-07
  • 2021-12-06
相关资源
相似解决方案