From 7a2a601c093f736b370ecc3b3575b14bd1f673e1 Mon Sep 17 00:00:00 2001 From: hubwriter Date: Sat, 9 Apr 2022 07:28:06 +0100 Subject: [PATCH] Update devcontainer.json --- .devcontainer/test-custom-devcontainer/devcontainer.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.devcontainer/test-custom-devcontainer/devcontainer.json b/.devcontainer/test-custom-devcontainer/devcontainer.json index ab3c53f7a7..e1cc942132 100644 --- a/.devcontainer/test-custom-devcontainer/devcontainer.json +++ b/.devcontainer/test-custom-devcontainer/devcontainer.json @@ -11,6 +11,12 @@ "sissel.shopify-liquid" ], + "hostRequirements": { + "cpus": 8, + "memory": "8gb", + "storage": "32gb" + }, + // Use 'forwardPorts' to make a list of ports inside the container available locally. "forwardPorts": [5000],