Skip to content

Commit

Permalink
Update devcontainer memory settings
Browse files Browse the repository at this point in the history
CodeQL CLI needs a minimum of 2G of memory. By default, the memory used is slightly less than that, leading to poor performance.
  • Loading branch information
aeisenberg committed Sep 2, 2020
1 parent 8e86d56 commit d2a9197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Expand Up @@ -4,6 +4,6 @@
"slevesque.vscode-zipexplorer"
],
"settings": {
"codeQL.experimentalBqrsParsing": true
"codeQL.runningQueries.memory": 2048
}
}

0 comments on commit d2a9197

Please sign in to comment.