diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 4f7220d1b1..5b4f0b3655 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -15,8 +15,11 @@ } }, - // Features to add to the dev container. More info: https://containers.dev/features. - // "features": {}, + "hostRequirements": { + "cpus": 8, + "memory": "32gb", + "storage": "64gb" + }, // Use 'forwardPorts' to make a list of ports inside the container available locally. "forwardPorts": [