From d357ddbb593735c47378ed0383020f5fa6e4b8a4 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Mon, 17 Feb 2025 14:23:05 +0100 Subject: [PATCH] chore(devcontainer): increase memory to 8 gb of RAM (#34264) --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 94cd77170e..015bceea21 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,7 +6,7 @@ "init": true, "hostRequirements": { "cpus": 4, - "memory": "7gb", + "memory": "8gb", "storage": "32gb" }, "customizations": { -- GitLab