Skip to content

Commit

Permalink
Raise memory requirements. Let codeql pick suitable ram value.
Browse files Browse the repository at this point in the history
  • Loading branch information
intrigus-lgtm authored Mar 14, 2024
1 parent 0db9722 commit 279ea54
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"postCreateCommand": "git submodule init && git submodule update --recursive",
"hostRequirements": {
"memory": "8gb"
"memory": "16gb"
},
"customizations": {
"codespaces": {
Expand All @@ -12,10 +12,7 @@
"github.vscode-codeql",
"slevesque.vscode-zipexplorer",
"GitHub.copilot"
],
"settings": {
"codeQL.runningQueries.memory": 4096
}
]
}
}
}

0 comments on commit 279ea54

Please sign in to comment.