Skip to content

Commit 7b69973

Browse files
authored
Update devcontainer.json
1 parent 6e4b488 commit 7b69973

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)