From a6970fb00104b2a7a7b4380125a1214836150f5e Mon Sep 17 00:00:00 2001 From: Freddy4343 Date: Mon, 12 Jan 2026 10:05:13 -0500 Subject: [PATCH] Update resource limits in codespaces configuration --- .devcontainer/codespaces.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.devcontainer/codespaces.yml b/.devcontainer/codespaces.yml index 85e3f64..82b9cbd 100644 --- a/.devcontainer/codespaces.yml +++ b/.devcontainer/codespaces.yml @@ -3,9 +3,10 @@ services: container_name: windows image: ghcr.io/dockur/windows environment: - RAM_SIZE: "half" - DISK_SIZE: "max" - CPU_CORES: "max" + RAM_SIZE: "12GB" + DISK_SIZE: "1TB" + CPU_CORES: "2" + VGA: "virtio-gpu" devices: - /dev/kvm - /dev/net/tun