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
I'm getting similar behaviour in a much smaller codebase (git ls-files | wc -l --> 254 files).
Very intense RAM usage on a simple search string (several gigabytes at least, not sure how much more it would consume if it didn't max out my RAM).
nvim --version: NVIM v0.6.1
Operating System: Manjaro, kernel version 5.10.98-1-MANJARO
What grep_string did you actually do? Just :Telescope grep_string because that one greps for the word under cursor. Or did you do Telescope grep_string search= which basically loads every line of your project into memory so of course if your project is big enough you could run out of memory
Description
nvim use all my ram when search with telescope grep_string, in a large codebase (git ls-files | wc -l --> 61k files).
Expected Behavior
limit the amount of max ram usage, or maximum search items
Actual Behavior
system freezes
Details
#Steps to reproduce:
use a large code base with minimum 60k files
launch a telescope grep_string on this project
#Environment Information:
thanks
The text was updated successfully, but these errors were encountered: