From 7dd070723edbfdf774ac2c5eadf10f0b63c23861 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 17 Oct 2025 00:42:49 +0200 Subject: [PATCH] Clean up container environment settings Removed unused container environment settings for RAM, disk size, and CPU cores. --- .devcontainer/devcontainer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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": {