Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Respect scaling_reserved_ram feature flag #1760

Merged
merged 3 commits into from
Jul 10, 2023
Merged

Commits on Jul 7, 2023

  1. Respect scaling_reserved_ram feature flag

    The amount of RAM given to the CodeQL evaluator is the machine's total
    memory size, minus a reserved amount. Currently, the reserved amount is
    fixed at 1 GB (or 1.5 GB on Windows). When the scaling_reserved_ram
    feature flag is enabled, we also add 2% of the total memory size to the
    reserved amount. This allows for the fact that the kernel will consume
    more RAM (e.g. for page tables) on machines with more physical RAM.
    nickrolfe committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    f232722 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28e070c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab9aa50 View commit details
    Browse the repository at this point in the history