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:
authorChristof Marti <chrmarti@microsoft.com>2021-06-30 09:33:57 +0300
committerChristof Marti <chrmarti@microsoft.com>2021-06-30 09:33:57 +0300
commit1f1bce226f6cb2bdfd9586e6c795451d1d34c6f5 (patch)
treea461b4c000df1cae592a2b79d01723b3c91698c2 /.devcontainer/devcontainer.json
parenteee81511401e20ac3ba252a78b0a99a732273cd6 (diff)
Add memory requirement (microsoft/vscode-remote-release#5268)
Diffstat (limited to '.devcontainer/devcontainer.json')
-rw-r--r--.devcontainer/devcontainer.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index d66344eccf6..9c6732572de 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -32,5 +32,9 @@
// Optionally loads a cached yarn install for the repo
"postCreateCommand": ".devcontainer/cache/restore-diff.sh",
- "remoteUser": "node"
+ "remoteUser": "node",
+
+ "hostRequirements": {
+ "memory": "6gb"
+ }
}