Skip to content

Commit

Permalink
fix(devcontainer): creation fails in codespaces
Browse files Browse the repository at this point in the history
The devcontainer requests 4 CPUs, but default codespaces are limited to 2 CPUs.
  • Loading branch information
urish authored Sep 22, 2024
1 parent 4ee21ee commit 873527a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"context": ".."
},
"runArgs": [
"--cpus=4",
"--memory=10GB"
],
"customizations": {
Expand Down

0 comments on commit 873527a

Please sign in to comment.