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

Set shim OOM scores to +1 containerd daemon score #3380

Merged
merged 1 commit into from
Jun 28, 2019

Commits on Jun 27, 2019

  1. Set shim OOM scores to +1 containerd daemon score

    This changes the shim's OOM score from a static max killable of -999 to
    be +1 of the containerd daemon's score.  This should allow the shim's to
    be killed first in an OOM condition but leave the daemon alone for a bit
    to help cleanup and manage the containers during this situation.
    
    Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
    crosbymichael committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    7dfc605 View commit details
    Browse the repository at this point in the history