Skip to content

Commit 4974879

Browse files
Increase host requirements
1 parent 1637483 commit 4974879

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
// Set minimum specificiations for Codespaces machine types
1111
"hostRequirements": {
12-
"cpus": 2,
13-
"memory": "2gb",
14-
"storage": "4gb"
12+
"cpus": 4,
13+
"memory": "8gb",
14+
"storage": "32gb"
1515
},
1616

1717
// Set *default* container specific settings.json values on container create.

0 commit comments

Comments
 (0)