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

Prevent slowdown in yum due to high file descriptor count #1960

Merged
merged 3 commits into from
Jun 24, 2024

Commits on Jun 24, 2024

  1. Prevent slowdown in yum due to high file descriptor count

    Set the maximum number of file descriptors to 1024 before going through the `yum
    install` step of the build, only in case `yum_requirements.txt` is present in
    the recipe. This is done to mitigate a bug with old versions of rpm such as the
    one shipped with the Centos7 container. See https://bugzilla.redhat.com/show_bug.cgi?id=1537564
    vepadulano committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    4f909fd View commit details
    Browse the repository at this point in the history
  2. Update build_steps.sh.tmpl

    beckermr authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    d2e3666 View commit details
    Browse the repository at this point in the history
  3. Update build_steps.sh.tmpl

    Co-authored-by: Marcel Bargull <[email protected]>
    beckermr and mbargull authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    fb81f23 View commit details
    Browse the repository at this point in the history