From a674de915b1958572c56b8133b3d82e31ff16e61 Mon Sep 17 00:00:00 2001 From: Jeffrey Aven Date: Sun, 29 Oct 2023 07:20:10 +1100 Subject: [PATCH] change host reqs --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 78f507a..7d1d840 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,7 +5,7 @@ "STACKQL_GITHUB_USERNAME": "${secrets:STACKQL_GITHUB_USERNAME}" }, "hostRequirements": { - "cpus": 16 + "cpus": 2 }, "customizations": { "vscode": {