From 62057f4bc962598a5471ca36ca9ac956f7a92ec6 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 17 Oct 2025 00:42:34 +0200 Subject: [PATCH] Update devcontainer.json by removing resource limits Removed RAM_SIZE, DISK_SIZE, and CPU_CORES from containerEnv. --- .devcontainer/15/devcontainer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.devcontainer/15/devcontainer.json b/.devcontainer/15/devcontainer.json index 24177b4..b1838c9 100644 --- a/.devcontainer/15/devcontainer.json +++ b/.devcontainer/15/devcontainer.json @@ -2,10 +2,7 @@ "name": "macOS 15 (Sequoia)", "service": "macos", "containerEnv": { - "VERSION": "15", - "RAM_SIZE": "max", - "DISK_SIZE": "max", - "CPU_CORES": "max" + "VERSION": "15" }, "forwardPorts": [8006], "portsAttributes": {