diff --git a/.devcontainer.json b/.devcontainer.json index da7299f..0642e42 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -2,7 +2,10 @@ "name": "macOS 14", "service": "macos", "containerEnv": { - "VERSION": "14" + "VERSION": "14", + "RAM_SIZE": "max", + "DISK_SIZE": "max", + "CPU_CORES": "max" }, "forwardPorts": [8006], "portsAttributes": {