Update devcontainer memory settings

CodeQL CLI needs a minimum of 2G of memory. By default, the memory used is slightly less than that, leading to poor performance.
This commit is contained in:
Andrew Eisenberg
2020-09-02 12:04:34 -07:00
committed by GitHub
parent 8e86d56bce
commit d2a91970f3

View File

@@ -4,6 +4,6 @@
"slevesque.vscode-zipexplorer"
],
"settings": {
"codeQL.experimentalBqrsParsing": true
"codeQL.runningQueries.memory": 2048
}
}