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
start a container using sh /root/code-server-4.92.2-linux-amd64/bin/code-server --host 0.0.0.0 --port 8080 --auth none /workspace on k8s, set the request and limit memory 1G.
upload a large file larger than 1GB to the / directory. After a while, the container crashed with OOMKilled.
Expected
the file is uploaded succeed.
Actual
after a while, the container have crashed with reason OOMKilled.
the memory usage like this:
and the memory occupied by node process is constantly increasing:
Is there an existing issue for this?
OS/Web Information
code-server --version
: 4.92.2Steps to Reproduce
sh /root/code-server-4.92.2-linux-amd64/bin/code-server --host 0.0.0.0 --port 8080 --auth none /workspace
on k8s, set the request and limit memory 1G./
directory. After a while, the container crashed withOOMKilled
.Expected
the file is uploaded succeed.
Actual
after a while, the container have crashed with reason
OOMKilled
.the memory usage like this:
and the memory occupied by
node
process is constantly increasing:Logs
No response
Screenshot/Video
No response
Does this bug reproduce in native VS Code?
This cannot be tested in native VS Code
Does this bug reproduce in GitHub Codespaces?
I did not test GitHub Codespaces
Are you accessing code-server over a secure context?
Notes
when I am using jupyter or remote ssh vscode server, upload this file is ok, the memory usage is slow and smooth.
The text was updated successfully, but these errors were encountered: