以root用户运行 ulimit -a 命令,其中有两个参数分别为:

open files和max user processes
 
修改方法:
 vi /etc/security/limits.conf
*          soft     nofile   65535
*          hard    nofile  65535
*           soft    nproc   2047
*           hard    nproc   16384

相关文章:

  • 2021-05-24
  • 2022-02-16
  • 2022-01-07
  • 2021-12-17
  • 2022-12-23
  • 2021-09-03
猜你喜欢
  • 2021-07-06
  • 2022-02-26
  • 2022-12-23
  • 2021-12-19
  • 2021-11-22
  • 2021-07-25
相关资源
相似解决方案