openvscode-server icon indicating copy to clipboard operation
openvscode-server copied to clipboard

big size file download works not well

Open jiungbaek opened this issue 2 years ago • 0 comments

Discussed in https://github.com/gitpod-io/openvscode-server/discussions/484

Originally posted by jiungbaek January 6, 2023 big size file download works not well

openvscode server in local server and docker works well. it just download by chrome but openvscode-server in k8s is not works well

in k8s

  1. if a file size is 10mb, it download by chrome(web brower) image

image

  1. if file size is over 60mb, it download by openvscode-server image

image

image 3. 60mb, 100mb file is ok, but if i download over 5gb file, openvscode-server process will terminated(if pod in k8s memory less than 30gb)

  1. if file download by chrome like local, it will fine. (open vscode-server in desktop, and run openvscode-server in another linux server). it download by chrome.(delegate by chrome)

jiungbaek avatar Jan 11 '23 09:01 jiungbaek