8000 Use hostRequirements that everyone has access to. · github/codespaces-react@c6cacaf · GitHub
[go: up one dir, main page]

Skip to content

Commit c6cacaf

Browse files
authored
Use hostRequirements that everyone has access to.
1 parent 6610da2 commit c6cacaf

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)
0