Rust file watcher apparently leaks #7654
Unanswered
hubertp
asked this question in
Work In Progress - GUI
Replies: 2 comments
-
That's interesting, given that we have only EDIT: the amount of files in general is much, much larger. I have around 200'000 at the moment. |
Beta Was this translation helpful? Give feedback.
0 replies
-
We have an alternate watcher. AFAIK we have fewer problems with it than |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My typical setup is that in one console I start GUI and in the other I typically iterate over backend.
Since I'm not really doing much on the IDE side I wouldn't expect it to affect my setup in any way.
Yet, after a long session I started getting kernel inotify watch limit failures all over the place and things became really slow over time.
That's not surprising given how much of files were being tracked by cargo watcher:
(the first number is the number of open files).
I can understand that my editor is somehow opening a lot of files. But file watcher in enso is a bit too much. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions