Skip to content

Commit

Permalink
Enable scaling reserved RAM on GHES
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Mercer committed Sep 5, 2023
1 parent 07d42ec commit 466ed42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/feature-flags.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/feature-flags.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/feature-flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export const featureConfig: Record<
[Feature.ScalingReservedRamEnabled]: {
envVar: "CODEQL_ACTION_SCALING_RESERVED_RAM",
minimumVersion: undefined,
defaultValue: false,
defaultValue: true,
},
[Feature.UploadFailedSarifEnabled]: {
envVar: "CODEQL_ACTION_UPLOAD_FAILED_SARIF",
Expand Down

0 comments on commit 466ed42

Please sign in to comment.