Use the full amount of memory available when running queries.
This commit is contained in:
parent
6507fba7ec
commit
fa0a733046
4 changed files with 42 additions and 1 deletions
|
|
@ -12,6 +12,9 @@ inputs:
|
|||
description: Upload the SARIF file
|
||||
required: false
|
||||
default: true
|
||||
ram:
|
||||
description: Override the amount of memory in MB to be used by CodeQL. By default, almost all the memory of the machine is used.
|
||||
required: false
|
||||
token:
|
||||
default: ${{ github.token }}
|
||||
matrix:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue