Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 72f589d

Browse files
authored
Increase memory of default codespace (#29992)
When developing off the default 4GB instance I've noticed the next.js build crashing pretty frequently. Switching to a much larger instance (32 cpu, 16GB) fixed it entirely, but that might be a little excessive. For now I propose we start by increasing the minimum RAM to 8GB.
1 parent a90cc10 commit 72f589d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,8 @@
3939

4040
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
4141
"remoteUser": "node"
42-
42+
,
43+
"hostRequirements": {
44+
"memory": "8gb"
45+
}
4346
}

0 commit comments

Comments
 (0)