Node.js
Node.js opened too many files at once
Node.js reached the operating system limit for open file descriptors, which commonly happens during heavy file access or runaway watchers.
Node.js
Node.js reached the operating system limit for open file descriptors, which commonly happens during heavy file access or runaway watchers.
Observed message
EMFILE: too many open files in system
Why it happens
How to fix it
Official reference
Node.js ErrorsRelated errors
Explore more