diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3b48f53..aa51d7e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,6 +4,11 @@ "DOCKER_ARGS": "--network=host", "INSTALLATION_TYPE": "labs" }, + "hostRequirements": { + "cpus": 4, + "memory": "8gb", + "storage": "32gb" + }, "customizations": { "vscode": { "settings": { @@ -16,4 +21,4 @@ } }, "postCreateCommand": "gh extension install github/gh-actions-importer || echo 'Could not auto-build. Skipping.' " -} \ No newline at end of file +}