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