From 5211f4ffa07887b65b3c8e740581f3a4cbb392cc Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 17 Oct 2025 00:52:28 +0200 Subject: [PATCH] Update devcontainer.json to simplify resource limits Removed max resource limits for RAM, disk, and CPU cores. --- .devcontainer/tiny10/devcontainer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.devcontainer/tiny10/devcontainer.json b/.devcontainer/tiny10/devcontainer.json index 9b7dd6b..e21b33c 100644 --- a/.devcontainer/tiny10/devcontainer.json +++ b/.devcontainer/tiny10/devcontainer.json @@ -2,10 +2,7 @@ "name": "Tiny 10", "service": "windows", "containerEnv": { - "VERSION": "tiny10", - "RAM_SIZE": "max", - "DISK_SIZE": "max", - "CPU_CORES": "max" + "VERSION": "tiny10" }, "forwardPorts": [8006], "portsAttributes": {