Home | History | Annotate | Download | only in doc

Lines Matching full:jobs

3939 @cindex @code{--jobs}
3944 @samp{--jobs} option tells @code{make} to execute many commands
3998 @cindex limiting jobs based on load
3999 @cindex jobs, limiting based on load
4003 When the system is heavily loaded, you will probably want to run fewer jobs
4005 @code{make} to limit the number of jobs to run at once, based on the load
4022 average goes below that limit, or until all the other jobs finish.
4493 @cindex @code{--jobs}, and recursion
4500 ensure that there are only @samp{N} jobs running at the same time
4503 doesn't count against the total jobs (otherwise we could get @samp{N}
4509 to sub-@code{make}s, you would get many more jobs running in parallel
4511 meaning to run as many jobs as possible in parallel, this is passed
7944 @item j (@i{jobs})
7995 @item -j [@var{jobs}]
7997 @itemx --jobs[=@var{jobs}]
7998 @cindex @code{--jobs}
7999 Specifies the number of jobs (commands) to run simultaneously. With no
8000 argument, @code{make} runs as many jobs simultaneously as possible. If
8021 Specifies that no new jobs (commands) should be started if there are
8022 other jobs running and the load average is at least @var{load} (a
10794 will simply pretend it has two jobs of its own.