[Nix-dev] build-cores, load limit and boinc

Marc Weber marco-oweber at gmx.de
Sun Mar 25 15:26:27 CEST 2012


Hi Lluís,

if your load is about 4, why bother? Isn't your cpu utilized well then?

You could hook into the make files instead. make is passing "tokens" to
submakes which signals that it may spawn a process. If a submake is done
it passes back the token. This way make controls load. Now you could
hook into make and make nix pass tokens to make..
However I have no idea about how much work this would be.

Of coucrse you can force by overwriting the make command line being
used, and you can force a different target load (greater than num
cores).

Marc Weber


More information about the nix-dev mailing list