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

Relax check_panel_memory actor's check #81

Open
wants to merge 1 commit into
base: almalinux-legacy
Choose a base branch
from

Commits on Jun 21, 2023

  1. Relax check_panel_memory actor's check

    The check_panel_memory actor is intended to inhibit upgrades when the
    system lacks the memory needed to satisfy minimum system requirements
    for CloudLinux 8, which may vary depending on whether a control panel is
    installed. However, the actor is using the value for total memory as
    reported by the kernel, rather than the nominal amount of memory
    actually installed on the system. Since the kernel subtracts its own
    memory usage from this total, a nominally minimum-spec machine will
    always fail this check. To address this, credit the machine with a
    certain amount of additional memory when performing the check. (This
    credited amount will not appear in the message if the check still
    fails.)
    sloanebernstein committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    c2e1379 View commit details
    Browse the repository at this point in the history