EMFILE
node
system_error
official
true
Too many open files in system
ID: node/emfile
0%Fix Rate
95%Confidence
0Evidence
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| 18 | active | — | — | — |
| 20 | active | — | — | — |
| 22 | active | — | — | — |
Root Cause
The process has reached the OS limit for open file descriptors. Close unused files/sockets or increase the ulimit.
generic