2021-10-13 Ubuntu优化最大打开文件数 Ubuntu优化最大打开文件数 Ubuntu 1604 之前 修改/etc/security/limits.conf 文件即可。root soft nofile 100000 root hard nofile 100000 root soft nproc 100000 root hard nproc 100000 root soft core 100000 root hard core 100000 * soft nofile 100000 * hard nofile 100000 * soft nproc 100000 * hard nproc 100000 * soft core 100000 * hard core 100000Ubuntu 1604 之后,还需要设置/etc/systemd/system.conf和/etc/systemd/user.conf里面的3... 掌柜 2021-10-13 技术 2,990 阅读 0 评论 2021年10月13日 2,990 阅读 0 评论