Skip to content

Commit

Permalink
(#786) Set required memory for container
Browse files Browse the repository at this point in the history
  • Loading branch information
pauby committed Jun 1, 2024
1 parent ac84936 commit 62884bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"NODE_VERSION": "20"
}
},
"hostRequirements": {
"cpus": 4,
"memory": "8gb"
},
"settings": {},
"extensions": [
"ms-dotnettools.csharp",
Expand Down

0 comments on commit 62884bb

Please sign in to comment.