From 588bd722ef6661b548f7baa99c0b768b673185b6 Mon Sep 17 00:00:00 2001 From: Josh Abernathy Date: Wed, 2 Nov 2022 15:36:31 -0400 Subject: [PATCH] Add host requirements --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 59a5618..e50ee5c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -19,5 +19,6 @@ } }, "onCreateCommand": "bundle install --local", - "postCreateCommand": "" + "postCreateCommand": "", + "hostRequirements": {"cpus": 4} }