[CodeQL CLI 2.16.0 docs] Update CodeQL CLI manual (#48614)
Co-authored-by: Felicity Chapman <felicitymay@github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user