-
Notifications
You must be signed in to change notification settings - Fork 29.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
APFS fsevents #15683
Comments
Does increasing the maximum number of file descriptors ( |
Then same error reported on |
You will probably need to set maxfiles via launchctl before calling $ sudo launchctl limit maxfiles 2000 2000 && ulimit -n 2000
$ ulimit -n should show 2000. IIRC the default max fds on macOS is 256 |
Quite possibly related to libuv/libuv#387. |
@adambowles Can you check if libuv/libuv#1572 makes a difference?
|
I'm not sure where I should be applying that patch @bnoordhuis |
To this repo. |
Okay, I've patched and building atm |
So yeah, same error output |
Okay, thanks. Errno -22 is It's happening inside FSEvents.framework but whether that's because of a bug in node/libuv or the framework, I can't say (and have no way to reproduce, let alone debug.) |
Refs: nodejs#15380 Refs: nodejs#15683 Fixes: nodejs#15394 Fixes: nodejs#15770 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: nodejs#15745 Refs: nodejs#15380 Refs: nodejs#15683 Fixes: nodejs#15394 Fixes: nodejs#15770 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
I don't really understand all this low level stuff. I found this issue while searching for this error message trying to get |
@jbosse Thanks, |
PR-URL: nodejs/node#15745 Refs: nodejs/node#15380 Refs: nodejs/node#15683 Fixes: nodejs/node#15394 Fixes: nodejs/node#15770 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Is this still an issue? If yes, can we do something about it on the Node or libuv side? |
Doesn't seem like anyone knows what to do here so I'm going to close this out. It's not even clear if this is a Node.js issue. Please do feel free to reopen if you feel that I've made a mistake — just trying to keep the issue tracker a bit tidier. |
Jest failing to watch files on APFS filesystem
The text was updated successfully, but these errors were encountered: