Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoregamma <egamma@microsoft.com>2022-03-16 15:39:00 +0300
committeregamma <egamma@microsoft.com>2022-03-16 15:39:00 +0300
commit3065c5cb19c71da162bf922edccf00f3ce969f60 (patch)
tree5db9798f6ec14e4ca107ed09663c8791548c5705 /.devcontainer
parent62629146e65cc5a28c4c35ea357ea644f8a8fcbc (diff)
Increased the host requirements when running in a container to 8gb
Diffstat (limited to '.devcontainer')
-rw-r--r--.devcontainer/devcontainer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index b9a287013f8..08fed2de1f3 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -35,6 +35,6 @@
"remoteUser": "node",
"hostRequirements": {
- "memory": "6gb"
+ "memory": "8gb"
}
}