Skip to content

Commit

Permalink
Set host requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdenny committed Oct 26, 2024
1 parent 15cfb89 commit 94c55e5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 94c55e5

Please sign in to comment.