From fc7b284b90ef4bf5b04d3584b98a2612a9220d64 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 17 Oct 2025 00:51:58 +0200 Subject: [PATCH] Update devcontainer.json environment variables Removed RAM_SIZE, DISK_SIZE, and CPU_CORES from containerEnv. --- .devcontainer/core11/devcontainer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.devcontainer/core11/devcontainer.json b/.devcontainer/core11/devcontainer.json index 44ba15f..dcb8ac6 100644 --- a/.devcontainer/core11/devcontainer.json +++ b/.devcontainer/core11/devcontainer.json @@ -2,10 +2,7 @@ "name": "Tiny 11 Core", "service": "windows", "containerEnv": { - "VERSION": "core11", - "RAM_SIZE": "max", - "DISK_SIZE": "max", - "CPU_CORES": "max" + "VERSION": "core11" }, "forwardPorts": [8006], "portsAttributes": {