mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
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:
@@ -4,6 +4,6 @@
|
|||||||
"slevesque.vscode-zipexplorer"
|
"slevesque.vscode-zipexplorer"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"codeQL.experimentalBqrsParsing": true
|
"codeQL.runningQueries.memory": 2048
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user