From 6e56fdba846a42240d3180a62cea9275800eb67e Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 17 Oct 2025 00:41:45 +0200 Subject: [PATCH] Simplify container environment configuration Removed RAM_SIZE, DISK_SIZE, and CPU_CORES from containerEnv. --- .devcontainer/11/devcontainer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.devcontainer/11/devcontainer.json b/.devcontainer/11/devcontainer.json index c7d7335..613e4b7 100644 --- a/.devcontainer/11/devcontainer.json +++ b/.devcontainer/11/devcontainer.json @@ -2,10 +2,7 @@ "name": "macOS 11 (Big Sur)", "service": "macos", "containerEnv": { - "VERSION": "11", - "RAM_SIZE": "max", - "DISK_SIZE": "max", - "CPU_CORES": "max" + "VERSION": "11" }, "forwardPorts": [8006], "portsAttributes": {