From e461eba7b3f2ee6ec3009655bbdfb8a83e664dd2 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 16 Oct 2025 00:01:30 +0200 Subject: [PATCH] feat: Improve Github Codespaces configuration (#346) --- .devcontainer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.devcontainer.json b/.devcontainer.json index da7299f..0642e42 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -2,7 +2,10 @@ "name": "macOS 14", "service": "macos", "containerEnv": { - "VERSION": "14" + "VERSION": "14", + "RAM_SIZE": "max", + "DISK_SIZE": "max", + "CPU_CORES": "max" }, "forwardPorts": [8006], "portsAttributes": {