Rocksolid Light

News from da outaworlds

mail  files  register  groups  login

Message-ID:  

You will gain money by a fattening action.


comp / comp.os.linux.advocacy / Re: make -j

SubjectAuthor
o Re: make -jLawrence D'Oliveiro

1
Subject: Re: make -j
From: Lawrence D'Oliv
Newsgroups: comp.os.linux.advocacy
Organization: A noiseless patient Spider
Date: Thu, 7 Nov 2024 22:19 UTC
References: 1
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: ldo@nz.invalid (Lawrence D'Oliveiro)
Newsgroups: comp.os.linux.advocacy
Subject: Re: make -j
Date: Thu, 7 Nov 2024 22:19:38 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 12
Message-ID: <vgjedq$2r5em$1@dont-email.me>
References: <lp46b6F6snjU2@mid.individual.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 07 Nov 2024 23:19:38 +0100 (CET)
Injection-Info: dont-email.me; posting-host="62c4ffc9f6144f4c1b882d43e665b844";
logging-data="2987478"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/cYhosUAIox+uYKKOSOiJ8"
User-Agent: Pan/0.160 (Toresk; )
Cancel-Lock: sha1:eGofnXoXql3zyHtmeGPxktMMYs0=
View all headers

On 7 Nov 2024 15:57:26 GMT, vallor wrote:

> If you can't "make -j" on your system, your system needs "tuning" --
> potentially, by adding RAM.

“make -j” by design spawns as many processes as it can, so with a big
enough project to build, it is always going to bring your system to its
knees!

Better: use something like “make -j$(nproc)” to create only as many
processes as your hardware can run concurrently. I’m told you could even
add 1 to this.

1

rocksolid light 0.9.8
clearnet tor