@cryptotaxi247 / infra / commits / 9cc99b54

* Increase the size of /tmp to prevent builds running out of temporary disk space.

* Increase the size of /tmp to prevent builds running out of temporary disk space. svn path=/configurations/trunk/tud/; revision=34507

Eelco Dolstra committed Jun 13, 2012 at 16:03 UTC 9cc99b54d9a149a3d4235c1fcd433afff56b9fe4
1 file changed +1 -1
build-machines-dell-r815.nix
+1 -1
@@ -11,6 +11,6 @@
11 nix.maxJobs = 48;
12
13 fileSystems =
14 - [ { device = "none"; fsType = "tmpfs"; mountPoint = "/tmp"; options = "size=16G"; neededForBoot = true; }
14 + [ { device = "none"; fsType = "tmpfs"; mountPoint = "/tmp"; options = "size=50%"; neededForBoot = true; }
15 ];
16 }