Skip to content

Commit 2e8e970

Browse files
authored
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 change also removes two old, unused settings.
1 parent aac303c commit 2e8e970

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.devcontainer/devcontainer.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"slevesque.vscode-zipexplorer"
55
],
66
"settings": {
7-
"codeQL.experimentalBqrsParsing": true,
8-
"codeQL.experimentalFeatures": true,
7+
"codeQL.runningQueries.memory": 2048,
98
"codeQL.runningQueries.debug": true
109
}
11-
}
10+
}

0 commit comments

Comments
 (0)