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

limit palallel make with load average #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

limit palallel make with load average #40

wants to merge 1 commit into from

Commits on Nov 20, 2018

  1. limit palallel make with load average

    Unlimited recursive and multiple parallel makes run much more tasks than CPUs, overloads system and dramatically increases load average. 
    Option --load-average[=load]  specifies that no new jobs should be started if there are others jobs running and the load average is at least as specified.
    makelinux authored Nov 20, 2018
    Configuration menu
    Copy the full SHA
    7891894 View commit details
    Browse the repository at this point in the history