Skip to content

Commit 30720a9

Browse files
committed
change cpu count to enable free codespaces
1 parent 39f1443 commit 30720a9

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
@@ -36,7 +36,7 @@
3636
},
3737
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
3838
"remoteUser": "vscode",
39-
"hostRequirements": {
40-
"cpus": 8
41-
}
39+
"hostRequirements": {
40+
"cpus": 4,
41+
},
4242
}

0 commit comments

Comments
 (0)