linux limite资源限制 万能设置

linux资源限制 万能设置

/etc/security/limits.conf

* soft core unlimited
* hard core unlimited
* soft nproc 1000000
* hard nproc 1000000
* soft nofile 1000000
* hard nofile 1000000
* soft memlock 32000
* hard memlock 32000
* soft msgqueue 8192000
* hard msgqueue 8192000

  在Ubuntu下 不能用* ,代表所有用户,只能写具体用户,centos可以用*

linux limite资源限制 万能设置

上一篇:PowerShell中常用的网络命令: 等效IPConfig、PING 和 NSLookup


下一篇:无法安装 /lib/x86_64-linux-gnu/libpng12.so.0 的新版本: 没有那个文件或目录