From e6a54c07b3e1cef5fdc3e8a046df94be0b5569e8 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 10:00:16 +0200 Subject: [PATCH] Remove ALLOCATE environment variable from config --- .devcontainer/codespaces.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.devcontainer/codespaces.yml b/.devcontainer/codespaces.yml index 8cdfdd2..85e3f64 100644 --- a/.devcontainer/codespaces.yml +++ b/.devcontainer/codespaces.yml @@ -3,7 +3,6 @@ services: container_name: windows image: ghcr.io/dockur/windows environment: - ALLOCATE: "Y" RAM_SIZE: "half" DISK_SIZE: "max" CPU_CORES: "max"