Skip to content

Commit

Permalink
feat: add host requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
josmo committed Jan 28, 2024
1 parent c1c0f8d commit a4b0807
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,13 @@
},

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "yarn install --frozen-lockfile"
"postCreateCommand": "yarn install --frozen-lockfile",

// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
"hostRequirements": {
"cpus": 2,
"memory": "24gb",
"storage": "32gb"
}
}

0 comments on commit a4b0807

Please sign in to comment.