From c43288f8e15190d4b5477f54b0562d5cae157cb2 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 17 Oct 2025 00:56:19 +0200 Subject: [PATCH] Update codespaces.yml --- .devcontainer/codespaces.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.devcontainer/codespaces.yml b/.devcontainer/codespaces.yml index bf559b6..c552f34 100644 --- a/.devcontainer/codespaces.yml +++ b/.devcontainer/codespaces.yml @@ -3,8 +3,9 @@ services: container_name: dsm image: vdsm/virtual-dsm environment: - RAM_SIZE: "max" - DISK_SIZE: "max" + ALLOCATE: "Y" + RAM_SIZE: "half" + DISK_SIZE: "half" CPU_CORES: "max" devices: - /dev/kvm