Open
Description
Is there an existing issue for this?
- I have searched the existing issues
OS/Web Information
- Web Browser: Firefox
- Local OS: Ubuntu 22.04 LTS
- Remote OS: Ubuntu 22.04 LTS
- Remote Architecture: x64
code-server --version
:
1.97.2
34b8d2e
x64
Steps to Reproduce
docker run
the latest version of mylatestml/ml-gpu-py311-cuda118-vsc-hf:latest
container with latestcode-server
and a few useful VSC extensions pre-installed- run Terminal in
code-server
- run
htop
- order by CPU (descending)
- notice multiple (e.g. 3 in case of my 12-threads 6-cores server) processes of
/usr/lib/code-server/lib/vscode/out/bootstrap-fork.js
running (executed by/usr/lib/code-server/lib/node
), each with "100%" i.e. 1 full CPU thread (here: 3/12=1/4 of total CPU capacity utilized in total)
Expected
No heavy CPU background usage.
Actual
1/4 of all CPU threads are being constantly used (3 out of 12).
Logs
Screenshot/Video
No response
Does this bug reproduce in native VS Code?
Yes, this is also broken in native VS Code
Does this bug reproduce in GitHub Codespaces?
Yes, this is also broken in GitHub Codespaces
Are you accessing code-server over a secure context?
- I am using a secure context.
Notes
No response