macs: drop min-free/max-free options
We have an hourly gc already, and these options leak gc logs into hydra build logs, which is annoying.
Martin Weinelt committed
Nov 12, 2024 at 01:37 UTC
1b8e22e576b0b91ca36fc618c1f7165610470f18
1 file changed
-4
macs/nix-darwin.nix
-4
@@ -56,10 +56,6 @@ in
56
"nix-command"
57
"flakes"
58
];
59
-
60
- # If we drop below 30 GiB during builds, free 20 GiB
61
- min-free = toString (30 * 1024 * 1024 * 1024);
62
- max-free = toString (50 * 1024 * 1024 * 1024);
59
};
60
gc = {
61
automatic = true;