* Increase the number of build users - UIDs are cheap. The Hydra server was running out because fetchurl derivations are performed locally, so if there are suddenly a lot of files to be downloaded, it could run out of build users.
* Increase the number of build users - UIDs are cheap. The Hydra server was running out because fetchurl derivations are performed locally, so if there are suddenly a lot of files to be downloaded, it could run out of build users. svn path=/configurations/trunk/tud/; revision=24999
Eelco Dolstra committed
Dec 6, 2010 at 13:17 UTC
b821514553997e6e973ff6aaaf1a4a83bf7bad1f
1 file changed
+1
-1
common.nix
+1
-1
@@ -17,7 +17,7 @@
17
18
nix.useChroot = true;
19
20
- nix.nrBuildUsers = 20;
20
+ nix.nrBuildUsers = 100;
21
22
nix.extraOptions =
23
''