diff options
Diffstat (limited to '.devcontainer.json')
-rw-r--r-- | .devcontainer.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.devcontainer.json b/.devcontainer.json index d5d850c..81b3c1f 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -11,5 +11,8 @@ "features": { "ghcr.io/devcontainers/features/docker-in-docker:1": {} }, - "postCreateCommand": "npm install -g @devcontainers/cli" + "postCreateCommand": "npm install -g @devcontainers/cli", + "hostRequirements": { + "cpus": 4 + } } |