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

client: do not disable memory swappiness if kernel does not support it #17625

Merged
merged 3 commits into from
Jun 22, 2023

Commits on Jun 20, 2023

  1. client: do not disable memory swappiness if kernel does not support it

    This PR adds a workaround for very old Linux kernels which do not support
    the memory swappiness interface file. Normally we write a "0" to the file
    to explicitly disable swap. In the case the kernel does not support it,
    give libcontainer a nil value so it does not write anything.
    
    Fixes #17448
    shoenig committed Jun 20, 2023
    1 Configuration menu
    Copy the full SHA
    78e67ad View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    76e419a View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. fixup changelog

    Co-authored-by: James Rasell <jrasell@users.noreply.github.com>
    shoenig and jrasell committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    8889e79 View commit details
    Browse the repository at this point in the history