From e0c8bb401b4b0f682fe3b9b764e3b0a401eb75be Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Fri, 6 Feb 2026 00:06:17 +0100 Subject: [PATCH] Only auto collect 2G of garbage at a time --- profiles/core.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/core.nix b/profiles/core.nix index 9b1850c..6fb7510 100644 --- a/profiles/core.nix +++ b/profiles/core.nix @@ -40,7 +40,7 @@ allow-import-from-derivation = false; min-free = 4 * 1024 * 1024 * 1024; - max-free = 8 * 1024 * 1024 * 1024; + max-free = 6 * 1024 * 1024 * 1024; }; };