Skip to content

Commit becc548

Browse files
authored
Update codespace host requirements
Currently the 4-core option fails to initialize when it runs out of space trying to build the universal base container. Updating to use 8-core option to mitigate for now.
1 parent 52ba2cd commit becc548

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"dockerfile": "Dockerfile"
99
},
1010
"hostRequirements": {
11-
"cpus": 4,
12-
"memory": "8gb",
13-
"storage": "32gb"
11+
"cpus": 8,
12+
"memory": "32gb",
13+
"storage": "64gb"
1414
},
1515
"features": {
1616
"ghcr.io/devcontainers/features/azure-cli:1": {

0 commit comments

Comments
 (0)