-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Codium using up too many resources #805
Comments
it seems codium is repeating the following log message ad infinitum, leading to a high cpu usage:
i tried starting codium with:
to no avail full log file: https://termbin.com/bnbw |
Yep, it's a known issue of VSCode. It is due that the log file is watched and a new log entry is generated to indicate that event. So a perfect loop... By removing the trace level, that behavior is disabled. |
@daiyam could you explain or linkt to a solution on how to disable it. i have created a
i also disabled the overall file watchers using the pattern to the configuration section. it still does output these messages though |
Just avoid to launch codium with the option |
microsoft/vscode#132483 (comment) it seems to be related to this issue EDIT: i tested and can confirm, the latest insider build fixes the "open a new watcher on event read loop" |
great news! |
Describe the bug
vscode had the issue that until telemetry has been turned off, it started eating up resources aggressively.
so i moved to vscodium. but vscodium shows the same behaviour. without the caps to turn the aggressive process off.
Please confirm that this problem is VSCodium-specific
Please confirm that the issue/resolution isn't already documented
To Reproduce
Steps to reproduce the behavior:
Expected behavior
to not use up all resources running an ide
Desktop (please complete the following information):
Additional context
the only thing you need is to have X11 display at /tmp/.X11-unix to run the container
example:
The text was updated successfully, but these errors were encountered: