* GC more often.
svn path=/configurations/trunk/tud/; revision=14961
Eelco Dolstra committed
Apr 9, 2009 at 09:52 UTC
a56ae04cd687be9227257664f87cc9aa2a09d82d
1 file changed
+1
-1
build-machines.nix
+1
-1
@@ -38,7 +38,7 @@
38
};
39
cron = {
40
systemCronJobs = [
41
- "15 03 * * * root ${pkgs.nixUnstable}/bin/nix-collect-garbage --max-atime $(date +\\%s -d '2 months ago') > /var/log/gc.log 2>&1"
41
+ "15 03 * * * root ${pkgs.nixUnstable}/bin/nix-collect-garbage --max-atime $(date +\\%s -d '2 weeks ago') > /var/log/gc.log 2>&1"
42
];
43
};
44
};