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

drivers/exec: Don't inherit Nomad oom_score_adj value #10698

Merged
merged 2 commits into from
Jun 3, 2021

Commits on Jun 3, 2021

  1. add a test

    Mahmood Ali committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    a34781a View commit details
    Browse the repository at this point in the history
  2. drivers/exec: avoid inheriting nomad oom_score_adj

    Explicitly set the `oom_score_adj` value for `exec` and `java` tasks.
    
    We recommend that the Nomad service to have oom_score_adj of a low value
    (e.g. -1000) to avoid having nomad agent OOM Killed if the node is
    oversubscriped.
    
    However, Nomad's workloads should not inherit Nomad's process, which is
    the default behavior.
    Mahmood Ali committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    c4d8bc1 View commit details
    Browse the repository at this point in the history