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

jobspec: lower min cpu resources from 10->1 #8996

Merged
merged 1 commit into from
Sep 30, 2020
Merged

Commits on Sep 30, 2020

  1. jobspec: lower min cpu resources from 10->1

    Since CPU resources are usually a soft limit it is desirable to allow
    setting it as low as possible to allow tasks to run only in "idle" time.
    
    Setting it to 0 is still not allowed to avoid potential unintentional
    side effects with allowing a zero value. While there may not be any side
    effects this commit attempts to minimize risk by avoiding the issue.
    
    This does *not* change the defaults.
    schmichael committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    902b0b5 View commit details
    Browse the repository at this point in the history