“connect EMFILE” error in Node.js

前端 未结 3 1346
深忆病人
深忆病人 2020-12-04 21:22

I have very recently received a lot of traffic to my site that runs Node.js. With the increasing traffic it has started to crash a lot, which has not happened before. I get

3条回答
  •  遥遥无期
    2020-12-04 21:40

    EMFILE error means that the OS is denying your program to open more files/sockets.

    Have a look at: How do I change the number of open files limit in Linux?

提交回复
热议问题