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 Jul 21, 2023
1 parent c3b2564 commit 406756a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"NODE_VERSION": "16"
}
},
"hostRequirements": {
"memory": "8gb"
},
"settings": {},
"extensions": [
"ms-dotnettools.csharp",
Expand Down

0 comments on commit 406756a

Please sign in to comment.