1
0
mirror of synced 2025-12-19 18:10:59 -05:00

[CodeQL CLI 2.16.0 docs] Update CodeQL CLI manual (#48614)

Co-authored-by: Felicity Chapman <felicitymay@github.com>
This commit is contained in:
docs-bot
2024-01-16 10:06:43 -08:00
committed by GitHub
parent 67d9503133
commit 45964e21d4
25 changed files with 89 additions and 45 deletions

View File

@@ -256,7 +256,7 @@ Download any missing queries before analyzing.
A list of threat models to enable or disable.
The argument is the name of a threat model, optionally preceeded by a
The argument is the name of a threat model, optionally preceded by a
'!'. If no '!' is present, the named threat model and all of its
descendants are enabled. If a '!' is present, the named threat model
and all of its descendants are disabled.
@@ -400,7 +400,13 @@ expense of making it much less human readable.
#### `-M, --ram=<MB>`
Set total amount of RAM the query evaluator should be allowed to use.
The query evaluator will try hard to keep its total memory footprint
below this value. (However, for large databases it is possible that the
threshold may be broken by file-backed memory maps, which can be swapped
to disk in case of memory pressure).
The value should be at least 2048 MB; smaller values will be
transparently rounded up.
### Options to control QL compilation