(节点)达到最大文件限制?
我的 node.js 实例中不断出现错误,报告错误:
(node) Hit max file limit. Increase "ulimit - n"
然而,当我检查 ulimit -n 时,它显示 65535。 我的应用程序根本不可能打开 65535 个连接。 有人对还需要检查什么有什么建议吗?
干杯
I keep getting an error in my node.js instance where it reports the error:
(node) Hit max file limit. Increase "ulimit - n"
Yet when I check my ulimit -n, it says 65535.
There is no way in hell my app is opening 65535 connections.
Does anyone have any suggestions on what else to check?
Cheers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试在 /etc/security/limits.conf 文件中设置限制。 这里是设置限制的“如何”指南文件(在您的情况下,它应该是 nofile 值)。
You can try to set the limits in /etc/security/limits.conf file. Here is a "how to" guide to set the limits within the file (in your case it should be nofile value).