From 63bb370f403bd44622baf11ebe0916e6beb9bd7f Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 17 Oct 2025 00:52:13 +0200 Subject: [PATCH] Simplify container environment configuration Removed RAM_SIZE, DISK_SIZE, and CPU_CORES from containerEnv. --- .devcontainer/nano11/devcontainer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.devcontainer/nano11/devcontainer.json b/.devcontainer/nano11/devcontainer.json index a5ea04a..0aee8ed 100644 --- a/.devcontainer/nano11/devcontainer.json +++ b/.devcontainer/nano11/devcontainer.json @@ -2,10 +2,7 @@ "name": "Tiny 11 Nano", "service": "windows", "containerEnv": { - "VERSION": "nano11", - "RAM_SIZE": "max", - "DISK_SIZE": "max", - "CPU_CORES": "max" + "VERSION": "nano11" }, "forwardPorts": [8006], "portsAttributes": {