-
Notifications
You must be signed in to change notification settings - Fork 25
Too many files open when running :vimgrep on large directory #45
Comments
This can occur when too many files are opened at once because a hexokinase process is started for each file. |
Thanks, it would make sense not to start a hexokinase process for unlisted buffers. I'm using |
Yea the problem with that is determining when it stops being unlisted, currently there are no autocmd-events for this. 🤔 |
I saw this issue today. Error executing vim.schedule lua callback: Vim(let):E903: Process failed to start: too many open files: "/Users/rayx/.local/share/nvim/site/pack/packer/start/vim-hexokinase/hexokinase/hexokinase" |
Does it consistently error on this single file or was it a one-off? Also, did the output of |
I only saw it twice so far and will try to capture more info when I saw it next time. It might be the LSP server parser trying to open buffers in the background. |
I ran into an issue while running
:vimgrep
inside a directory with a large number of files like this::vimgrep /sometext/j **/*
After a couple or seconds of searching, the following error popped up:

Thanks for looking into it, and for creating this awesome plugin!
The text was updated successfully, but these errors were encountered: