You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got two options, 1) use graceful-fs as a drop in replacement of built-in fs module; 2) access files in batch, keep the total opened file descriptors below the red line.
Guess I'll give the second option a try.
The text was updated successfully, but these errors were encountered:
Node.js has limits on opening file descriptors, see nodejs/node-v0.x-archive#5401
I've got two options, 1) use graceful-fs as a drop in replacement of built-in fs module; 2) access files in batch, keep the total opened file descriptors below the red line.
Guess I'll give the second option a try.
The text was updated successfully, but these errors were encountered: