Skip to content

Commit

Permalink
Merge #628
Browse files Browse the repository at this point in the history
628: Require 4-core CPUs from devcontainers r=jonasbb a=jonasbb

bors r+

Co-authored-by: Jonas Bushart <[email protected]>
  • Loading branch information
bors[bot] and jonasbb authored Jul 31, 2023
2 parents b81abda + d73847a commit a8d2498
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
Expand Up @@ -27,6 +27,11 @@
"remoteUser": "root",
"containerUser": "root",

// Host hardware requirements.
"hostRequirements": {
"cpus": 4
},

// Features to add to the dev container.
// https://containers.dev/features
"features": {
Expand Down

0 comments on commit a8d2498

Please sign in to comment.