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} }