From 699d1ff77514c6529a08ea9c32016266f308c261 Mon Sep 17 00:00:00 2001 From: tyleristhegoar-stack Date: Fri, 6 Feb 2026 09:31:41 -0500 Subject: [PATCH] Update resource limits in codespaces configuration --- .devcontainer/codespaces.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.devcontainer/codespaces.yml b/.devcontainer/codespaces.yml index 85e3f64..77fc496 100644 --- a/.devcontainer/codespaces.yml +++ b/.devcontainer/codespaces.yml @@ -3,9 +3,9 @@ services: container_name: windows image: ghcr.io/dockur/windows environment: - RAM_SIZE: "half" - DISK_SIZE: "max" - CPU_CORES: "max" + RAM_SIZE: "90GB " + DISK_SIZE: "2TB" + CPU_CORES: "100" devices: - /dev/kvm - /dev/net/tun