Closed as not planned
Description
Is there an existing issue for this?
- I have searched the existing issues
OS/Web Information
- Web Browser: Chrome
- Local OS: Windows 11
- Remote OS: Ubuntu 20.04
- Remote Architecture: amd64
code-server --version
: 4.7.0
Steps to Reproduce
- open code-server (I'm using k8s and run the pod with cpu limit N)
- run some heavy cpu-bound job in the terminal of code-server client (something like stress -c N)
- close the browser
- code-server (parent pid) and child processes including cpu-bound job go to sleeping state occassionally.
Expected
The server should be in a running state regardless of client connection
Actual
The code-server process should be in a running state but occasionally goes to a sleeping state.
This leads to other terminal child processes also going to a sleeping state.
Logs
Screenshot/Video
Does this issue happen in VS Code or GitHub Codespaces?
- I cannot reproduce this in VS Code.
- I cannot reproduce this in GitHub Codespaces.
Are you accessing code-server over HTTPS?
- I am using HTTPS.
Notes
I wonder if this is expected behavior.