Skip to content

Commit 185145e

Browse files
authored
Merge pull request #13066 from github/repo-sync
repo sync
2 parents 977a8e3 + 84f1e69 commit 185145e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,11 @@
3333

3434
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
3535
"remoteUser": "node"
36+
37+
// Test restricting low-spec machines
38+
"hostRequirements": {
39+
"cpus": 9,
40+
"memory": "8gb",
41+
"storage": "32gb"
42+
}
3643
}

0 commit comments

Comments
 (0)