Skip to content

Commit 1ccec77

Browse files
committed
Use hostRequirements that everyone has access to.
1 parent 01178ae commit 1ccec77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"onCreateCommand": "npm install && npm run build",
66
"postCreateCommand": "",
77
"hostRequirements": {
8-
"cpus": 8,
9-
"memory": "16gb",
8+
"cpus": 4,
9+
"memory": "8gb",
1010
"storage": "32gb"
1111
},
1212
"codespaces": {

0 commit comments

Comments
 (0)