gitpod-io / openvscode-server

Run upstream VS Code on a remote machine with access through a modern web browser from any device, anywhere.
https://www.gitpod.io/
MIT License
4.85k stars 422 forks source link

big size file download works not well #485

Open jiungbaek opened 1 year ago

jiungbaek commented 1 year ago

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](https://user-images.githubusercontent.com/7424183/210959608-bfa793b6-df52-4edc-b5cb-7613bf98669e.png) ![image](https://user-images.githubusercontent.com/7424183/210959548-ca05cbc7-6fd4-43fa-8b23-29a277041f5a.png) 2. if file size is over 60mb, it download by openvscode-server ![image](https://user-images.githubusercontent.com/7424183/210959719-0ddf555e-9089-48c9-a30e-89ab6d135f3f.png) ![image](https://user-images.githubusercontent.com/7424183/210958859-6f3f4027-a9e2-4de7-9b8c-9f06446f8ae7.png) ![image](https://user-images.githubusercontent.com/7424183/210959825-90ada11d-384d-41a0-9551-db65b8c2de1c.png) 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) 4. 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)