NodeJS error “EMFILE, too many open files” on Mac OS

后端 未结 11 666
醉话见心
醉话见心 2020-12-22 16:53

For sometime I am having the following error:

Error: EMFILE, too many open files  \'/Users/blagus/Gallery/Websites/Nicsware/Pills/resources/core/auth.node.js         


        
11条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-22 17:16

    As for other questions about EMFILE error, you have to manage a queue to limit number of files opened at the same time. Increasing limit will only delay your problem.

    There is some responses there : node and Error: EMFILE, too many open files

提交回复
热议问题