From 5425a32e5165ad575be824ed4da588e9647e8576 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 17 Oct 2025 00:51:27 +0200 Subject: [PATCH] Simplify container environment configuration Removed RAM_SIZE, DISK_SIZE, and CPU_CORES from containerEnv. --- .devcontainer/7u32/devcontainer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.devcontainer/7u32/devcontainer.json b/.devcontainer/7u32/devcontainer.json index 612ddc2..df3f337 100644 --- a/.devcontainer/7u32/devcontainer.json +++ b/.devcontainer/7u32/devcontainer.json @@ -2,10 +2,7 @@ "name": "Windows 7 Ultimate (32-bit)", "service": "windows", "containerEnv": { - "VERSION": "7ux86", - "RAM_SIZE": "max", - "DISK_SIZE": "max", - "CPU_CORES": "max" + "VERSION": "7ux86" }, "forwardPorts": [8006], "portsAttributes": {