(节点)达到最大文件限制?

发布于 2024-11-03 13:35:17 字数 202 浏览 0 评论 0原文

我的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

平安喜乐 2024-11-10 13:35:17

您可以尝试在 /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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文