From e8130fe9bc28e7471695d4f87960c82c977ceab6 Mon Sep 17 00:00:00 2001 From: Brian McManus Date: Mon, 8 Aug 2022 16:18:07 -0600 Subject: [PATCH] Use universally available hostRequirements --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 46eff2f..e4593d1 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,8 +6,8 @@ "onCreateCommand": "bundle install --local", "postCreateCommand": "", "hostRequirements": { - "cpus": 8, - "memory": "16gb", + "cpus": 4, + "memory": "8gb", "storage": "32gb" }, "codespaces": {