You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run the latest version of my latestml/ml-gpu-py311-cuda118-vsc-hf:latest container with latest code-serverand 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
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
OS/Web Information
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-installedcode-server
htop
/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?
Notes
No response
The text was updated successfully, but these errors were encountered: