Skip to content

Commit

Permalink
chore: set minimum specification for codespace machines (#19006)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose authored Nov 23, 2022
1 parent ba3bb0a commit 182496c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"hostRequirements": {
"cpus": 4,
"memory": "8gb",
"storage": "32gb"
},
"name": "Renovate",
"dockerFile": "Dockerfile",
"settings": {
Expand Down

0 comments on commit 182496c

Please sign in to comment.