-
-
Notifications
You must be signed in to change notification settings - Fork 845
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
allocation heavy and get killed by OS #1063
Comments
Dupe of #918 probably |
But |
I'm guessing that's just due to system performance differences. Since the queue is unbounded, the worker threads can generate paths faster than the receiver thread can read them. You can try my backpressure branch. If it still OOMs then it's a different bug, otherwise it's probably the same one. |
It's likely that 813a802 exacerbated this by increasing the size of the objects passed through the channel. |
Just tried this one, it's good. |
Just run
fd
in/
and it keeps allocating memory until OOM and gets killed. I often ran fd under/
(actually throughfzf
for finding things under/
). It wasn't like that before.I'm using fd on archlinux, on a laptop with i7-8550U and 16G RAM.
The text was updated successfully, but these errors were encountered: