Skip to content

Commit

Permalink
refactor: Add hostRequirements section to devcontainer.json (#19473)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvy86 authored Feb 9, 2024
1 parent 9e98888 commit 4c94050
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,12 @@
// using this file to develop in a local container.
// "azure-cli": "latest", // DO NOT UNCOMMENT
// "github-cli": "latest", // DO NOT UNCOMMENT
},

// Setting this so Codespaces default settings use it. It's not really *required*, but a clean build
// can be lengthy enough that it's convenient.
"hostRequirements": {
"cpus": 16,
"memory": "64gb"
}
}

0 comments on commit 4c94050

Please sign in to comment.