Remove scaling reserved RAM feature flag
This commit is contained in:
parent
574dbbc517
commit
10389f671b
15 changed files with 58 additions and 123 deletions
|
|
@ -332,10 +332,7 @@ async function run() {
|
|||
core.exportVariable(
|
||||
"CODEQL_RAM",
|
||||
process.env["CODEQL_RAM"] ||
|
||||
getMemoryFlagValue(
|
||||
getOptionalInput("ram"),
|
||||
await features.getValue(Feature.ScalingReservedRamEnabled),
|
||||
).toString(),
|
||||
getMemoryFlagValue(getOptionalInput("ram")).toString(),
|
||||
);
|
||||
core.exportVariable(
|
||||
"CODEQL_THREADS",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue