From 2c44669d9111c0853959c3adbb22e1b9837f88b2 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 17 Oct 2025 13:25:02 +0200 Subject: [PATCH] feat: Improve Codespaces configuration (#1079) --- .devcontainer/codespaces.yml | 3 ++- .devcontainer/devcontainer.json | 4 +--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.devcontainer/codespaces.yml b/.devcontainer/codespaces.yml index bf559b6..8220ae8 100644 --- a/.devcontainer/codespaces.yml +++ b/.devcontainer/codespaces.yml @@ -3,7 +3,8 @@ services: container_name: dsm image: vdsm/virtual-dsm environment: - RAM_SIZE: "max" + ALLOCATE: "Y" + RAM_SIZE: "half" DISK_SIZE: "max" CPU_CORES: "max" devices: diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c1c7a46..616f89c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,9 +2,7 @@ "name": "Virtual DSM", "service": "dsm", "containerEnv": { - "RAM_SIZE": "max", - "DISK_SIZE": "max", - "CPU_CORES": "max" + "ALLOCATE": "Y" }, "forwardPorts": [5000], "portsAttributes": {