Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试使用 epoll 打开最大同时套接字连接数时,它卡在 1024 上。之后它给出“打开的文件太多”错误。我知道这不是限制。我试图更改 /etc/security/limits.conf 中的 nofile 参数值,但我在那里只有只读权限。有什么方法可以增加同时打开的文件描述符的数量吗?
答案在ulimit管理此限制的文档中。
ulimit
这给了你一个答案,你可以尝试设置ulimit -n。
ulimit -n