Skip to content

Commit 6c728b5

Browse files
authored
Update devcontainer with resource requirements (#185)
1 parent 88b9d77 commit 6c728b5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,13 @@
4848
"type": "bind"
4949
}
5050
],
51-
"workspaceFolder": "/workspaces"
51+
"workspaceFolder": "/workspaces",
52+
"runArgs": [
53+
"--cpus=4",
54+
"--memory=8g"
55+
],
56+
"hostRequirements": {
57+
"cpus": 4,
58+
"memory": "8gb"
59+
}
5260
}

0 commit comments

Comments
 (0)