From 4b1877c3ad4f3ee0d4345d20d67b453dfc8f8059 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 3 Oct 2025 12:30:49 +0000 Subject: [PATCH] Fix Codespaces machine type requirements Co-authored-by: leestott <2511341+leestott@users.noreply.github.com> --- .devcontainer/devcontainer.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c0b61473..6313b147 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,9 +2,7 @@ "name": "Miniconda (Python 3)", "image": "mcr.microsoft.com/devcontainers/miniconda", "hostRequirements": { - "cpus": 4, - "memory": "8gb", - "storage": "50gb" + "cpus": 2 }, "customizations": { "vscode": {