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

process: add nice() function #21675

Closed
wants to merge 7 commits into from
Closed

Commits on Jul 7, 2018

  1. process: add nice() function

    The nice function allows us to fine-tune the process to meet desired
    scheduling behavior. If our process needs less schedule time because
    it is a long-running one, we can increase the nice value and cause
    the scheduler to select the process not so often.
    zokker13 committed Jul 7, 2018
    Configuration menu
    Copy the full SHA
    c5aaa5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9f80d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc92503 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf86dcc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e1388f3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    01b0643 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aadb65b View commit details
    Browse the repository at this point in the history