@cryptotaxi247 / infra / commits / 438ad3f8

Reduce nr of EC2 instances

Eelco Dolstra committed Mar 11, 2016 at 15:33 UTC 438ad3f80fde72c01d11bb26b83f636da6ee5e18
1 file changed +1 -1
hydra-provisioner/conf.nix
+1 -1
@@ -9,7 +9,7 @@
9 nixopsExpr = builtins.toPath ./nixops.nix;
10 nixPath = [ "nixpkgs=https://nixos.org/channels/nixos-15.09-small/nixexprs.tar.xz" ];
11 minMachines = 0;
12 - maxMachines = 24;
12 + maxMachines = 12;
13 ignoredRunnables = 250;
14 runnablesPerMachine = 50;
15 maxJobs = 4;