Tags
linux
Created
May 8, 2018 7:50 AM
ulimit 用于管理用户对系统资源的访问.
- a 查看所有限制
- n <文件描述符数目> 指定同一时间最多可开启的 fd 数
// 包括 socket
// 默认值是根据内存系统设置的
增大限制:
https://www.tecmint.com/increase-set-open-file-limits-in-linux/
ulimit 用于管理用户对系统资源的访问.
// 包括 socket
// 默认值是根据内存系统设置的
增大限制:
https://www.tecmint.com/increase-set-open-file-limits-in-linux/