Author: eelco
Date: Mon Dec  6 13:17:42 2010
New Revision: 24999
URL: https://svn.nixos.org/websvn/nix/?rev=24999&sc=1

Log:
* 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.

Modified:
   configurations/trunk/tud/common.nix

Modified: configurations/trunk/tud/common.nix
==============================================================================
--- configurations/trunk/tud/common.nix Mon Dec  6 13:16:02 2010        (r24998)
+++ configurations/trunk/tud/common.nix Mon Dec  6 13:17:42 2010        (r24999)
@@ -17,7 +17,7 @@
 
   nix.useChroot = true;
 
-  nix.nrBuildUsers = 20;
+  nix.nrBuildUsers = 100;
 
   nix.extraOptions =
     ''
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to