From 6de1953691ece5d04b98bbc8e786a473028e87b7 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 17 Oct 2025 00:50:02 +0200 Subject: [PATCH] Simplify container environment variables Removed RAM_SIZE, DISK_SIZE, and CPU_CORES from container environment. --- .devcontainer/2019/devcontainer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.devcontainer/2019/devcontainer.json b/.devcontainer/2019/devcontainer.json index 68e2829..333902b 100644 --- a/.devcontainer/2019/devcontainer.json +++ b/.devcontainer/2019/devcontainer.json @@ -2,10 +2,7 @@ "name": "Windows Server 2019", "service": "windows", "containerEnv": { - "VERSION": "2019", - "RAM_SIZE": "max", - "DISK_SIZE": "max", - "CPU_CORES": "max" + "VERSION": "2019" }, "forwardPorts": [8006], "portsAttributes": {