From 5c991f96af5ca4658d5eea36fd5b0ab15905b108 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 17 Oct 2025 00:53:24 +0200 Subject: [PATCH] Update devcontainer.json by removing resource limits Removed RAM_SIZE, DISK_SIZE, and CPU_CORES from containerEnv. --- .devcontainer/vu32/devcontainer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.devcontainer/vu32/devcontainer.json b/.devcontainer/vu32/devcontainer.json index 7c5be1c..96e6b68 100644 --- a/.devcontainer/vu32/devcontainer.json +++ b/.devcontainer/vu32/devcontainer.json @@ -2,10 +2,7 @@ "name": "Windows Vista Ultimate (32-bit)", "service": "windows", "containerEnv": { - "VERSION": "vux86", - "RAM_SIZE": "max", - "DISK_SIZE": "max", - "CPU_CORES": "max" + "VERSION": "vux86" }, "forwardPorts": [8006], "portsAttributes": {