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