-
-
Notifications
You must be signed in to change notification settings - Fork 857
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
Telescope panics when grep_string on a large project #1049
Comments
I have large tag file (807 Mb), and for it (Running
|
This might be better now with the async stuff? we parse things as we get the results back instead of one huge chunk -- so maybe we won't run out of memory. I guess we could implement some max items stuff, I don't remember if we have that or not. |
(for grep_string, tags probably still has the problem) |
I just tested after update:
I'm not using the latest nvim source, if it matters though. |
how many results are you getting before it crashes? |
(and what would your desired behavior be) |
So, today I packaged latest 0.6 and I still get: |
So for example, good to do something like "limit results to 10,000" and notify / alert the user that not all the results will be displayed? |
Yeah, that sounds good. |
Hello, I tried live_grep on much bigger project (the cpython repo for instance) and it was really fast. Here is my
|
Description
nvim panics when opening telescope on a large project
Expected Behavior
It should not panic
Actual Behavior
nvim panics with the message:
PANIC: unprotected error in call to Lua API (not enough memory)
Details
Reproduce
Environment
Configuration
The text was updated successfully, but these errors were encountered: