svn path=/configurations/trunk/tud/; revision=25026
svn path=/configurations/trunk/tud/; revision=25026
Eelco Dolstra committed
Dec 7, 2010 at 13:17 UTC
d1472bc0a809cc1d4f5e4dda4b17a578e499193c
1 file changed
+1
-1
hydra.nix
+1
-1
@@ -80,7 +80,7 @@ in
80
[ "15 02 * * * hydra source /home/hydra/.bashrc; NIX_REMOTE=daemon /nix/var/nix/profiles/per-user/hydra/profile/bin/hydra_update_gc_roots.pl > /home/hydra/gc-roots.log 2>&1"
81
# Make sure that at least 200 GiB of disk space is available.
82
"15 3 * * * root nix-store --gc --max-freed \"$((200 * 1024**3 - 1024 * $(df /nix/store | tail -n 1 | awk '{ print $4 }')))\" > /var/log/gc.log 2>&1"
83
- "15 4 * * * root start hydra-queue-runner"
83
+ #"15 4 * * * root start hydra-queue-runner"
84
"*/5 * * * * root ${checkSpace}"
85
];
86