System specifications required for development using remote ssh #1164
-
|
I use vscode on a Windows machine, and I enjoy working with the remote extension on a remote AWS ec2 machine. I wonder if it is possible to optimize or modify something so that remote extension can be used even with low server specifications. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi @birdryoo , Based on the Remote Development using SSH / System Requirements documentation, the minimum requirements are 1 GB RAM is required for remote hosts, but at least 2 GB RAM and a 2-core CPU is recommended. , And since you are referring to the Remote - SSH extension usage, I would suggest you to take a look on their repo (https://github.com/microsoft/vscode-remote-release/issues), which should have more information about it's usage. I did a quick search using terms like
By the way, for future issues or feature requests about VS Code usage, please use the VS Code repository instead (https://github.com/microsoft/vscode/issues/new/choose). This Discussions repo is focused for extension development for now. Hope this helps |
Beta Was this translation helpful? Give feedback.
Hi @birdryoo ,
Based on the Remote Development using SSH / System Requirements documentation, the minimum requirements are 1 GB RAM is required for remote hosts, but at least 2 GB RAM and a 2-core CPU is recommended. , And since you are referring to the Remote - SSH extension usage, I would suggest you to take a look on their repo (https://github.com/microsoft/vscode-remote-release/issues), which should have more information about it's usage. I did a quick search using terms like
cpu,minimumandmemoryand a few issues appeared:By the way, for future issues or feature request…