1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

* Load balancing. `build-remote.pl' will only execute up to a

per-machine maximum number of parallel jobs on a remote machine.
This commit is contained in:
Eelco Dolstra 2004-05-13 19:35:46 +00:00
parent 3426d19547
commit 25db622454
4 changed files with 34 additions and 11 deletions

View file

@ -332,7 +332,7 @@ void Normaliser::run()
while (!goals.empty()) {
printMsg(lvlVomit, "main loop");
debug("main loop - starting jobs");
/* Start building as many buildable goals as possible. */
bool madeProgress = false;