-
-
Notifications
You must be signed in to change notification settings - Fork 610
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
[NvimTree] Could not start the fs_event watcher for path /xxxx/xxxx : ENOSPC #2762
Comments
Please use steps and minimal configuration as described in https://github.com/nvim-tree/nvim-tree.lua/wiki/Troubleshooting#clean-room-replication. We cannot troubleshoot Nvim configuration distributions. With that said, are you sure it's not a disk space issue? |
I was able to recreate the error/issue in the clean room environment with no changes to the lua file. I attempted to setup the l"og =" information to create a log file, but it doesn't seem to work or I don't know where to put the "log =" information. But with that said... After reading the clean room link, at the bottom it talked about increasing the number of watchers. I increased fs.inotify.max_user_watches and instances and the error went away. I am not sure how this works, if it just delays the error as the number of watchers is consumed or if it doesn't reach the max (assuming number of files). But I will watch and see how this behaves. |
That "checks out" although it does not explain Guessing: quemu is using a lot of inotify, maybe OneDrive. Either way, the default limit is very low and needs to be increased by most users. My colleagues and I use intellij which almost immediately saturates inotify, hence we increase it. |
The log will usually go in
|
@dawaldow any updates on this one? This is a serious issue that we should address - logs will identify the problem. |
I am observing this as well. Related to linrongbin16/fzfx.nvim#726, seems like it affects other plugins (?!). This particular computer has the following sysctl preference:
...which doesn't help. |
I just started getting this error and added
to the bottom of my I then ran |
Thank you. I've updated the wiki with |
Description
Describe the bug
Each time I use CTRL + N, the message in the attached picture occurs for each file (or each directory).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No error should occur when activating CTRL+N.
Screenshots
Desktop (please complete the following information):
Using NVCHAD following basic instructions for Linux
No .git file in the ~/.config/nvim directory or my home directory.
Neovim version
Operating system and version
Ubuntu 24.04 - Kernel 6.8.0-31
Windows variant
N/A
nvim-tree version
tag: v1.3, tag: v1, tag: nvim-tree-v1.3.1
Clean room replication
Steps to reproduce
Expected behavior
No error ... installed on my MAC with no errors.
Actual behavior
See screenshots in the description.
The text was updated successfully, but these errors were encountered: