parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: best options to try to avoid bogging down user's systems with parall


From: Ole Tange
Subject: Re: best options to try to avoid bogging down user's systems with parallel builds?
Date: Thu, 14 Dec 2023 22:05:29 +0100

On Tue, Dec 12, 2023 at 12:47 AM paralleluser <paralleluser@fastmail.net> wrote:

> # I want parallel to stop new jobs for a while so no new load is taken up

Will CTRL-Z not work for you?

> echo 0 > job_count;
>
> Right now "0" does something else.

0 means the same as in "--jobs 0" namely infinity (run as many jobs as
possible).

/Ole



reply via email to

[Prev in Thread] Current Thread [Next in Thread]