NextJS - 生产中打开文件过多错误

时间:2021-05-24 14:20:22

标签: node.js reactjs next.js server-side-rendering

在高峰时段,我的生产环境中遇到了问题。任何有关确定此错误来源的帮助将不胜感激。

错误日志 -

[Error: EMFILE: too many open files, open '/app/.next/static/chunks/48573ff84b35da845925e086d08de2d8e5ac654c.49c46a48c467dff66cb4.js'] 
[Error: EMFILE: too many open files, open '/app/.next/static/chunks/8f319b75d6c4fca96c1042484fc0ad01e1047720.aa22673b9cc07604ffb2.js']

我们使用 getServerSideProps 进行服务器端渲染。

尝试围绕此问题进行搜索,但大多数面临此问题的人在 NodeJS 中都面临此问题,因此不确定 NextJS 在幕后如何管理此问题。

生产环境- ECS Fargate (10GB RAM, 4 vCPU), Docker Container, Node-12 Alpine, Next@10.2.2

0 个答案:

没有答案