From 07b78fd27bc6855bc7f89dbc5589911595f171bc Mon Sep 17 00:00:00 2001 From: Gordon Byers Date: Tue, 7 Jun 2022 07:28:10 +0000 Subject: [PATCH] upping memory requirement --- .devcontainer/devcontainer.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 38127b54..6a9a6a4f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -13,6 +13,10 @@ // Set *default* container specific settings.json values on container create. "settings": {}, + // Codespaces struggles running/debugging the web app with 4gb memory, so lets explicitly require 8gb + "hostRequirements": { + "memory": "8gb" + }, // Add the IDs of extensions you want installed when the container is created. "extensions": [