Skip to content

Commit

Permalink
chore(devcontainer): Default Memory
Browse files Browse the repository at this point in the history
  • Loading branch information
jshlbrd committed Dec 30, 2023
1 parent 57ab48c commit be6fbe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"remoteUser": "root",
"runArgs": [
"--memory=1g",
"--memory=2g",
"--cpus=2"
],
"postCreateCommand": "bash .devcontainer/install-dev-tools.sh",
Expand Down

0 comments on commit be6fbe6

Please sign in to comment.