mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01:00
CodeQL CLI needs a minimum of 2G of memory. By default, the memory used is slightly less than that, leading to poor performance.
10 lines
151 B
JSON
10 lines
151 B
JSON
{
|
|
"extensions": [
|
|
"github.vscode-codeql",
|
|
"slevesque.vscode-zipexplorer"
|
|
],
|
|
"settings": {
|
|
"codeQL.runningQueries.memory": 2048
|
|
}
|
|
}
|