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
2021-01-19 16:25:47:147 - error: [main] Error: EMFILE: too many open files, open 'C:\ProgramData\foo.dat'
The readme indicates fs-extra uses graceful-fs to prevent EMFILE errors, but I also see some issues where it was reported that fs-extra wasn't using EMFILE in all cases. For example, #275 and #103. Is this another case where fs-extra doesn't use graceful-fs?
The text was updated successfully, but these errors were encountered:
fs-extra
version: 9.0.1I'm seeing the following with this code snippet and a large number of files being read:
The readme indicates fs-extra uses graceful-fs to prevent EMFILE errors, but I also see some issues where it was reported that fs-extra wasn't using EMFILE in all cases. For example, #275 and #103. Is this another case where fs-extra doesn't use graceful-fs?
The text was updated successfully, but these errors were encountered: