From 2f95d1d24c75392acd971c4dd0583c13d83f3449 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 17 Oct 2025 00:54:10 +0200 Subject: [PATCH] Update devcontainer.json by removing resource limits Removed RAM_SIZE, DISK_SIZE, and CPU_CORES from containerEnv. --- .devcontainer/devcontainer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7a9ad96..5de96d5 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,10 +2,7 @@ "name": "Windows 11 Pro", "service": "windows", "containerEnv": { - "VERSION": "11", - "RAM_SIZE": "max", - "DISK_SIZE": "max", - "CPU_CORES": "max" + "VERSION": "11" }, "forwardPorts": [8006], "portsAttributes": {