Skip to content
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

upload large file occur oom #7007

Open
2 tasks done
wkqchen20 opened this issue Sep 20, 2024 · 3 comments
Open
2 tasks done

upload large file occur oom #7007

wkqchen20 opened this issue Sep 20, 2024 · 3 comments
Labels
bug Something isn't working triage This issue needs to be triaged by a maintainer

Comments

@wkqchen20
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

OS/Web Information

  • Web Browser: chrome
  • Local OS: ubuntu
  • Remote OS: ubuntu
  • Remote Architecture: amd64
  • code-server --version: 4.92.2

Steps to Reproduce

  1. 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.
  2. 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.

image

the memory usage like this:
image

and the memory occupied by node process is constantly increasing:


root@vscode-web-1837041430609076225-bx6ll:/# ps -aux
USER         PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root           1  0.2  0.0 1098756 59792 ?       Ssl  08:09   0:01 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64 --host 0.0.0.0 --port 8080 --auth none /workspace
root          23  2.6  0.0 1415728 190460 ?      Rl   08:09   0:11 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/out/node/entry
root          45  3.3  0.0 1335336 96132 ?       Sl   08:12   0:10 /root/code-server-4.92.2-linux-amd64/lib/node --dns-result-order=ipv4first /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=extensionHost --transformURIs --useHostProxy=false
root          56  3.6  0.0 1175788 89264 ?       Sl   08:12   0:10 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=fileWatcher
root          86  0.3  0.0 1108296 57872 ?       Rl   08:12   0:01 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=ptyHost --logsPath /root/.local/share/code-server/logs/20240920T081209
root          97  0.0  0.0   4372  3660 pts/0    Ss   08:12   0:00 /usr/bin/bash --init-file /root/code-server-4.92.2-linux-amd64/lib/vscode/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh
root         790  0.0  0.0   5896  2928 pts/0    R+   08:17   0:00 ps -aux
root@vscode-web-1837041430609076225-bx6ll:/# ps -aux
USER         PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root           1  0.2  0.0 1098756 59792 ?       Ssl  08:09   0:01 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64 --host 0.0.0.0 --port 8080 --auth none /workspace
root          23  3.0  0.0 1470732 243372 ?      Sl   08:09   0:13 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/out/node/entry
root          45  3.3  0.0 1335336 96536 ?       Sl   08:12   0:10 /root/code-server-4.92.2-linux-amd64/lib/node --dns-result-order=ipv4first /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=extensionHost --transformURIs --useHostProxy=false
root          56  3.5  0.0 1175788 89264 ?       Sl   08:12   0:10 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=fileWatcher
root          86  0.3  0.0 1108296 57016 ?       Dl   08:12   0:01 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=ptyHost --logsPath /root/.local/share/code-server/logs/20240920T081209
root          97  0.0  0.0   4372  3660 pts/0    Ss   08:12   0:00 /usr/bin/bash --init-file /root/code-server-4.92.2-linux-amd64/lib/vscode/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh
root         796  0.0  0.0   5896  2848 pts/0    R+   08:17   0:00 ps -aux
root@vscode-web-1837041430609076225-bx6ll:/# ps -aux
USER         PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root           1  0.2  0.0 1098756 59792 ?       Ssl  08:09   0:01 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64 --host 0.0.0.0 --port 8080 --auth none /workspace
root          23  3.5  0.1 1514968 287656 ?      Rl   08:09   0:15 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/out/node/entry
root          45  3.3  0.0 1335336 97176 ?       Sl   08:12   0:10 /root/code-server-4.92.2-linux-amd64/lib/node --dns-result-order=ipv4first /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=extensionHost --transformURIs --useHostProxy=false
root          56  3.5  0.0 1175788 89264 ?       Sl   08:12   0:10 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=fileWatcher
root          86  0.3  0.0 1108296 57016 ?       Rl   08:12   0:01 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=ptyHost --logsPath /root/.local/share/code-server/logs/20240920T081209
root          97  0.0  0.0   4372  3660 pts/0    Ss   08:12   0:00 /usr/bin/bash --init-file /root/code-server-4.92.2-linux-amd64/lib/vscode/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh
root         802  0.0  0.0   5896  2788 pts/0    R+   08:17   0:00 ps -aux
root@vscode-web-1837041430609076225-bx6ll:/# ps -aux
USER         PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root           1  0.2  0.0 1098756 59792 ?       Ssl  08:09   0:01 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64 --host 0.0.0.0 --port 8080 --auth none /workspace
root          23  3.9  0.1 1559716 332508 ?      Rl   08:09   0:17 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/out/node/entry
root          45  3.3  0.0 1335336 97384 ?       Sl   08:12   0:10 /root/code-server-4.92.2-linux-amd64/lib/node --dns-result-order=ipv4first /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=extensionHost --transformURIs --useHostProxy=false
root          56  3.5  0.0 1175788 89264 ?       Sl   08:12   0:10 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=fileWatcher
root          86  0.3  0.0 1108296 57240 ?       Dl   08:12   0:01 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=ptyHost --logsPath /root/.local/share/code-server/logs/20240920T081209
root          97  0.0  0.0   4372  3660 pts/0    Ss   08:12   0:00 /usr/bin/bash --init-file /root/code-server-4.92.2-linux-amd64/lib/vscode/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh
root         808  0.0  0.0   5896  2784 pts/0    R+   08:17   0:00 ps -aux
root@vscode-web-1837041430609076225-bx6ll:/# ps -aux
USER         PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root           1  0.2  0.0 1098756 59792 ?       Ssl  08:09   0:01 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64 --host 0.0.0.0 --port 8080 --auth none /workspace
root          23  4.2  0.1 1591340 364300 ?      Sl   08:09   0:19 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/out/node/entry
root          45  3.3  0.0 1335336 97616 ?       Sl   08:12   0:10 /root/code-server-4.92.2-linux-amd64/lib/node --dns-result-order=ipv4first /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=extensionHost --transformURIs --useHostProxy=false
root          56  3.5  0.0 1175788 89264 ?       Sl   08:12   0:10 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=fileWatcher
root          86  0.3  0.0 1108296 57444 ?       Rl   08:12   0:01 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=ptyHost --logsPath /root/.local/share/code-server/logs/20240920T081209
root          97  0.0  0.0   4372  3660 pts/0    Ss   08:12   0:00 /usr/bin/bash --init-file /root/code-server-4.92.2-linux-amd64/lib/vscode/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh
root         811  0.0  0.0   5896  2800 pts/0    R+   08:17   0:00 ps -aux
root@vscode-web-1837041430609076225-bx6ll:/# ps -aux
USER         PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root           1  0.2  0.0 1098756 59792 ?       Ssl  08:09   0:01 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64 --host 0.0.0.0 --port 8080 --auth none /workspace
root          23  4.5  0.1 1627448 396404 ?      Sl   08:09   0:21 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/out/node/entry
root          45  3.3  0.0 1335336 96992 ?       Sl   08:12   0:10 /root/code-server-4.92.2-linux-amd64/lib/node --dns-result-order=ipv4first /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=extensionHost --transformURIs --useHostProxy=false
root          56  3.5  0.0 1175788 89264 ?       Sl   08:12   0:10 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=fileWatcher
root          86  0.4  0.0 1108296 57980 ?       Rl   08:12   0:01 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=ptyHost --logsPath /root/.local/share/code-server/logs/20240920T081209
root          97  0.0  0.0   4372  3660 pts/0    Ss   08:12   0:00 /usr/bin/bash --init-file /root/code-server-4.92.2-linux-amd64/lib/vscode/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh
root         817  0.0  0.0   5896  2932 pts/0    R+   08:17   0:00 ps -aux
root@vscode-web-1837041430609076225-bx6ll:/# ps -aux
USER         PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root           1  0.2  0.0 1098756 59792 ?       Ssl  08:09   0:01 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64 --host 0.0.0.0 --port 8080 --auth none /workspace
root          23  4.9  0.1 1659316 428384 ?      Sl   08:09   0:22 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/out/node/entry
root          45  3.3  0.0 1335336 96200 ?       Sl   08:12   0:10 /root/code-server-4.92.2-linux-amd64/lib/node --dns-result-order=ipv4first /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=extensionHost --transformURIs --useHostProxy=false
root          56  3.4  0.0 1175788 89264 ?       Sl   08:12   0:10 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=fileWatcher
root          86  0.4  0.0 1108296 58164 ?       Rl   08:12   0:01 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=ptyHost --logsPath /root/.local/share/code-server/logs/20240920T081209
root          97  0.0  0.0   4372  3660 pts/0    Ss   08:12   0:00 /usr/bin/bash --init-file /root/code-server-4.92.2-linux-amd64/lib/vscode/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh
root         823  0.0  0.0   5896  2824 pts/0    R+   08:17   0:00 ps -aux
root@vscode-web-1837041430609076225-bx6ll:/# ps -aux
USER         PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root           1  0.2  0.0 1098756 59792 ?       Ssl  08:09   0:01 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64 --host 0.0.0.0 --port 8080 --auth none /workspace
root          23  5.3  0.1 1708408 477228 ?      Sl   08:09   0:24 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/out/node/entry
root          45  3.3  0.0 1335336 96592 ?       Sl   08:12   0:10 /root/code-server-4.92.2-linux-amd64/lib/node --dns-result-order=ipv4first /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=extensionHost --transformURIs --useHostProxy=false
root          56  3.4  0.0 1175788 89264 ?       Sl   08:12   0:10 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=fileWatcher
root          86  0.4  0.0 1108296 58564 ?       Rl   08:12   0:01 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=ptyHost --logsPath /root/.local/share/code-server/logs/20240920T081209
root          97  0.0  0.0   4372  3660 pts/0    Ss   08:12   0:00 /usr/bin/bash --init-file /root/code-server-4.92.2-linux-amd64/lib/vscode/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh
root         829  0.0  0.0   5896  2788 pts/0    R+   08:17   0:00 ps -aux
root@vscode-web-1837041430609076225-bx6ll:/# ps -aux
USER         PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root           1  0.2  0.0 1098756 59792 ?       Ssl  08:09   0:01 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64 --host 0.0.0.0 --port 8080 --auth none /workspace
root          23  5.6  0.1 1733240 502364 ?      Rl   08:09   0:26 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/out/node/entry
root          45  3.3  0.0 1335336 97168 ?       Sl   08:12   0:10 /root/code-server-4.92.2-linux-amd64/lib/node --dns-result-order=ipv4first /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=extensionHost --transformURIs --useHostProxy=false
root          56  3.4  0.0 1175788 89264 ?       Sl   08:12   0:10 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=fileWatcher
root          86  0.4  0.0 1108552 57988 ?       Rl   08:12   0:01 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=ptyHost --logsPath /root/.local/share/code-server/logs/20240920T081209
root          97  0.0  0.0   4372  3660 pts/0    Ss   08:12   0:00 /usr/bin/bash --init-file /root/code-server-4.92.2-linux-amd64/lib/vscode/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh
root         832  0.0  0.0   5896  2816 pts/0    R+   08:17   0:00 ps -aux
root@vscode-web-1837041430609076225-bx6ll:/# ps -aux
USER         PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root           1  0.2  0.0 1098756 59792 ?       Ssl  08:09   0:01 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64 --host 0.0.0.0 --port 8080 --auth none /workspace
root          23  5.9  0.2 1762784 531780 ?      Sl   08:09   0:27 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/out/node/entry
root          45  3.3  0.0 1335592 96752 ?       Sl   08:12   0:10 /root/code-server-4.92.2-linux-amd64/lib/node --dns-result-order=ipv4first /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=extensionHost --transformURIs --useHostProxy=false
root          56  3.4  0.0 1175788 89264 ?       Sl   08:12   0:10 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=fileWatcher
root          86  0.4  0.0 1108552 57988 ?       Rl   08:12   0:01 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=ptyHost --logsPath /root/.local/share/code-server/logs/20240920T081209
root          97  0.0  0.0   4372  3660 pts/0    Ss   08:12   0:00 /usr/bin/bash --init-file /root/code-server-4.92.2-linux-amd64/lib/vscode/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh
root         838  0.0  0.0   5896  2828 pts/0    R+   08:17   0:00 ps -aux
root@vscode-web-1837041430609076225-bx6ll:/# ps -aux
USER         PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root           1  0.2  0.0 1098756 59792 ?       Ssl  08:09   0:01 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64 --host 0.0.0.0 --port 8080 --auth none /workspace
root          23  6.2  0.2 1787912 556956 ?      Rl   08:09   0:29 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/out/node/entry
root          45  3.3  0.0 1335592 97192 ?       Sl   08:12   0:10 /root/code-server-4.92.2-linux-amd64/lib/node --dns-result-order=ipv4first /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=extensionHost --transformURIs --useHostProxy=false
root          56  3.4  0.0 1175788 89264 ?       Sl   08:12   0:10 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=fileWatcher
root          86  0.4  0.0 1108696 58212 ?       Rl   08:12   0:01 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=ptyHost --logsPath /root/.local/share/code-server/logs/20240920T081209
root          97  0.0  0.0   4372  3660 pts/0    Ss   08:12   0:00 /usr/bin/bash --init-file /root/code-server-4.92.2-linux-amd64/lib/vscode/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh
root         844  0.0  0.0   5896  2852 pts/0    R+   08:17   0:00 ps -aux
root@vscode-web-1837041430609076225-bx6ll:/# ps -aux
USER         PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root           1  0.2  0.0 1098756 59792 ?       Ssl  08:09   0:01 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64 --host 0.0.0.0 --port 8080 --auth none /workspace
root          23  6.5  0.2 1830784 599780 ?      Sl   08:09   0:30 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/out/node/entry
root          45  3.3  0.0 1335592 97180 ?       Sl   08:12   0:10 /root/code-server-4.92.2-linux-amd64/lib/node --dns-result-order=ipv4first /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=extensionHost --transformURIs --useHostProxy=false
root          56  3.4  0.0 1175788 89264 ?       Sl   08:12   0:10 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=fileWatcher
root          86  0.4  0.0 1108696 58440 ?       Rl   08:12   0:01 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=ptyHost --logsPath /root/.local/share/code-server/logs/20240920T081209
root          97  0.0  0.0   4372  3660 pts/0    Ss   08:12   0:00 /usr/bin/bash --init-file /root/code-server-4.92.2-linux-amd64/lib/vscode/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh
root         847  0.0  0.0   5896  2776 pts/0    R+   08:17   0:00 ps -aux
root@vscode-web-1837041430609076225-bx6ll:/# ps -aux
USER         PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root           1  0.2  0.0 1098756 59792 ?       Ssl  08:09   0:01 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64 --host 0.0.0.0 --port 8080 --auth none /workspace
root          23  6.8  0.2 1861356 630384 ?      Sl   08:09   0:31 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/out/node/entry
root          45  3.3  0.0 1335592 96984 ?       Sl   08:12   0:10 /root/code-server-4.92.2-linux-amd64/lib/node --dns-result-order=ipv4first /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=extensionHost --transformURIs --useHostProxy=false
root          56  3.4  0.0 1175788 89264 ?       Sl   08:12   0:10 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=fileWatcher
root          86  0.4  0.0 1108696 58520 ?       Rl   08:12   0:01 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=ptyHost --logsPath /root/.local/share/code-server/logs/20240920T081209
root          97  0.0  0.0   4372  3660 pts/0    Ss   08:12   0:00 /usr/bin/bash --init-file /root/code-server-4.92.2-linux-amd64/lib/vscode/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh
root         853  0.0  0.0   5896  2788 pts/0    R+   08:17   0:00 ps -aux
root@vscode-web-1837041430609076225-bx6ll:/# ps -aux
USER         PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root           1  0.2  0.0 1098756 55144 ?       Ssl  08:09   0:01 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64 --host 0.0.0.0 --port 8080 --auth none /workspace
root          23  7.4  0.2 1922424 686292 ?      Rl   08:09   0:35 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/out/node/entry
root          45  3.3  0.0 1335592 92484 ?       Sl   08:12   0:10 /root/code-server-4.92.2-linux-amd64/lib/node --dns-result-order=ipv4first /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=extensionHost --transformURIs --useHostProxy=false
root          56  3.3  0.0 1175788 84336 ?       Sl   08:12   0:10 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=fileWatcher
root          86  0.4  0.0 1109084 53196 ?       Rl   08:12   0:01 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=ptyHost --logsPath /root/.local/share/code-server/logs/20240920T081209
root          97  0.0  0.0   4372  3660 pts/0    Ss   08:12   0:00 /usr/bin/bash --init-file /root/code-server-4.92.2-linux-amd64/lib/vscode/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh
root         865  0.0  0.0   2612   536 ?        S    08:17   0:00 /bin/sh -c "/root/code-server-4.92.2-linux-amd64/lib/vscode/out/vs/base/node/cpuUsage.sh" 97
root         866  0.0  0.0   3980  3116 ?        S    08:17   0:00 /bin/bash /root/code-server-4.92.2-linux-amd64/lib/vscode/out/vs/base/node/cpuUsage.sh 97
root         869  0.0  0.0   2512   516 ?        S    08:17   0:00 sleep 1
root         871  0.0  0.0   5896  2920 pts/0    R+   08:17   0:00 ps -aux
root@vscode-web-1837041430609076225-bx6ll:/# ps -aux
USER         PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root           1  0.2  0.0 1098756 47780 ?       Ssl  08:09   0:01 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64 --host 0.0.0.0 --port 8080 --auth none /workspace
root          23  7.7  0.2 1957572 713744 ?      Sl   08:09   0:36 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/out/node/entry
root          45  3.3  0.0 1335592 84584 ?       Sl   08:12   0:10 /root/code-server-4.92.2-linux-amd64/lib/node --dns-result-order=ipv4first /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=extensionHost --transformURIs --useHostProxy=false
root          56  3.3  0.0 1175788 76980 ?       Sl   08:12   0:10 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=fileWatcher
root          86  0.4  0.0 1109084 45744 ?       Rl   08:12   0:01 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=ptyHost --logsPath /root/.local/share/code-server/logs/20240920T081209
root          97  0.0  0.0   4372  3660 pts/0    Ss   08:12   0:00 /usr/bin/bash --init-file /root/code-server-4.92.2-linux-amd64/lib/vscode/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh
root         880  0.0  0.0   5896  2836 pts/0    R+   08:17   0:00 ps -aux
root@vscode-web-1837041430609076225-bx6ll:/# ps -aux
USER         PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root           1  0.2  0.0 1098756 39212 ?       Ssl  08:09   0:01 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64 --host 0.0.0.0 --port 8080 --auth none /workspace
root          23  8.1  0.2 2013112 760308 ?      Rl   08:09   0:38 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/out/node/entry
root          45  3.3  0.0 1335592 75244 ?       Sl   08:12   0:11 /root/code-server-4.92.2-linux-amd64/lib/node --dns-result-order=ipv4first /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=extensionHost --transformURIs --useHostProxy=false
root          56  3.3  0.0 1175788 68276 ?       Sl   08:12   0:10 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=fileWatcher
root          86  0.4  0.0 1109084 37416 ?       Rl   08:12   0:01 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=ptyHost --logsPath /root/.local/share/code-server/logs/20240920T081209
root          97  0.0  0.0   4372  3660 pts/0    Ss   08:12   0:00 /usr/bin/bash --init-file /root/code-server-4.92.2-linux-amd64/lib/vscode/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh
root         889  0.0  0.0   2612   536 ?        S    08:17   0:00 /bin/sh -c "/root/code-server-4.92.2-linux-amd64/lib/vscode/out/vs/base/node/cpuUsage.sh" 97
root         890  0.0  0.0   3980  3028 ?        S    08:17   0:00 /bin/bash /root/code-server-4.92.2-linux-amd64/lib/vscode/out/vs/base/node/cpuUsage.sh 97
root         893  0.0  0.0   2512   580 ?        S    08:17   0:00 sleep 1
root         895  0.0  0.0   5896  2820 pts/0    R+   08:17   0:00 ps -aux
root@vscode-web-1837041430609076225-bx6ll:/# ps -aux
USER         PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root           1  0.2  0.0 1098756 29948 ?       Ssl  08:09   0:01 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64 --host 0.0.0.0 --port 8080 --auth none /workspace
root          23  8.7  0.3 2055008 792280 ?      Rl   08:09   0:41 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/out/node/entry
root          45  3.3  0.0 1335848 65588 ?       Sl   08:12   0:11 /root/code-server-4.92.2-linux-amd64/lib/node --dns-result-order=ipv4first /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=extensionHost --transformURIs --useHostProxy=false
root          56  3.2  0.0 1175788 59568 ?       Sl   08:12   0:10 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=fileWatcher
root          86  0.4  0.0 1109084 28752 ?       Rl   08:12   0:01 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=ptyHost --logsPath /root/.local/share/code-server/logs/20240920T081209
root          97  0.0  0.0   4372  3624 pts/0    Ss   08:12   0:00 /usr/bin/bash --init-file /root/code-server-4.92.2-linux-amd64/lib/vscode/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh
root         910  0.0  0.0   5896  2804 pts/0    R+   08:17   0:00 ps -aux
root@vscode-web-1837041430609076225-bx6ll:/# ps -aux
USER         PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root           1  0.2  0.0 1098756 23720 ?       Ssl  08:09   0:01 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64 --host 0.0.0.0 --port 8080 --auth none /workspace
root          23  8.9  0.3 2072712 805452 ?      Dl   08:09   0:42 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/out/node/entry
root          45  3.3  0.0 1335848 58264 ?       Sl   08:12   0:11 /root/code-server-4.92.2-linux-amd64/lib/node --dns-result-order=ipv4first /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=extensionHost --transformURIs --useHostProxy=false
root          56  3.2  0.0 1175788 52580 ?       Sl   08:12   0:10 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=fileWatcher
root          86  0.4  0.0 1109224 24452 ?       Dl   08:12   0:01 /root/code-server-4.92.2-linux-amd64/lib/node /root/code-server-4.92.2-linux-amd64/lib/vscode/out/bootstrap-fork --type=ptyHost --logsPath /root/.local/share/code-server/logs/20240920T081209
root          97  0.0  0.0   4372  3544 pts/0    Ss   08:12   0:00 /usr/bin/bash --init-file /root/code-server-4.92.2-linux-amd64/lib/vscode/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh
root         916  0.0  0.0   5896  2760 pts/0    R+   08:17   0:00 ps -aux

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?

  • I am using 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.

@wkqchen20 wkqchen20 added bug Something isn't working triage This issue needs to be triaged by a maintainer labels Sep 20, 2024
@code-asher
Copy link
Member

We should test with Codespaces (and make sure the resources are similar) because it sounds like an upstream issue to me.

@wkqchen20
Copy link
Author

hi, any progress?

@code-asher
Copy link
Member

No, we still need someone to test Codespaces.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage This issue needs to be triaged by a maintainer
Projects
None yet
Development

No branches or pull requests

2 participants