-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
adjust searcher heap usage #11887
Comments
To add to the config, you need to add to the To access a config, you generally need a I will say that the current master might be different than what you had before as the new global search has been added. |
@RoloEdits thank you, btw, how do I filter by file name, or has that feature been removed with the new global search? Or is it a toggle. I much preferred the old way. |
This is the commit that added the new picker(which includes the new search) #9647 |
@RoloEdits oh thank you!! Filtering by any column is actually really cool and is way better than before |
It would be nice to change the max heap usage of the searcher in memory constrained environments like a cluster login node (which was killing helix when searching through large projects)
I posted this on the helix subreddit, and one of the commenters solved my issue and suggested I make a feature request. This is the patch that fixed my issue:
I have never written rust but if someone could point me in the general direction of how to add an options to the
config.toml
file and pass it to the searcher builder I would be be willing to try and add this as a feature.The text was updated successfully, but these errors were encountered: