@cryptotaxi247 / infra / commits / 5735e353

builders: gc some more

For now we need a little bit more space per GC, so we don't run into the somewhat reasonable limits the queue-builder defaults to. This also makes sense to give ZFS a little bit more room to reduce fragmentation. Eventually we should replace this with a smarter mechansim.

Martin Weinelt committed Jun 21, 2026 at 13:32 UTC 5735e3530ba246167b5129d9d4a1022707dd40a5
1 file changed +1 -1
builders/common/nix.nix
+1 -1
@@ -12,7 +12,7 @@
12
13 gc =
14 let
15 - maxFreed = 500; # GB
15 + maxFreed = 800; # GB
16 in
17 {
18 automatic = true;