From d7f0f5bacb839a9342b798b15790987d561db1bf Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 17 Oct 2025 00:53:39 +0200 Subject: [PATCH] Simplify container environment configuration Removed RAM_SIZE, DISK_SIZE, and CPU_CORES from containerEnv. --- .devcontainer/xp/devcontainer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.devcontainer/xp/devcontainer.json b/.devcontainer/xp/devcontainer.json index d7a8dfd..891aacb 100644 --- a/.devcontainer/xp/devcontainer.json +++ b/.devcontainer/xp/devcontainer.json @@ -2,10 +2,7 @@ "name": "Windows XP (32-bit)", "service": "windows", "containerEnv": { - "VERSION": "xp", - "RAM_SIZE": "max", - "DISK_SIZE": "max", - "CPU_CORES": "max" + "VERSION": "xp" }, "forwardPorts": [8006], "portsAttributes": {