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
Test added on 560aaf5 verifying that, in fact, EMFILE is never ever raised, even when opening many many more files than the ulimit allows. Instead, the open() is delayed until a close() is called.
Can you provide a standalone test case that demonstrates what you describe?
OS: OSX mavericks
Steps to reproduce - Open as many files as you can using nodejs graceful-fs.
The text was updated successfully, but these errors were encountered: