diff --git a/.devcontainer.json b/.devcontainer.json index 3d8577f..c0e3ad4 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -3,7 +3,7 @@ "service": "windows", "containerEnv": { "VERSION": "11", - "RAM_SIZE": "max", + "RAM_SIZE": "4g", "DISK_SIZE": "max", "CPU_CORES": "max" },