Replies: 1 comment 3 replies
-
EMFILE normally happens on node creation and will report:
This is the first time we've seen it on an event. I'll look into updating that error message. Either way, the fix linked should work. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm working on a large php project, approximately ~80k files. But 2 minutes after opening this project on neovim, I get this error.
[NvimTree] File system watcher failed (EMFILE) for path $path, halting watcher.
[NvimTree] File system watcher failed (EMFILE) for path $path, halting watcher.
[NvimTree] File system watcher failed (EMFILE) for path $path, halting watcher.
...
...
...
Error Image
I get this error for all files in the project.
I don't use many plugins in neovim, only these plugins are installed => telescope, harpoon, lsp, nvim-treesitter
solutions I have tried:
config:
Do you have any idea why this is happening or a solution? thank you 🙏
Beta Was this translation helpful? Give feedback.
All reactions