Only auto collect 2G of garbage at a time

This commit is contained in:
SebastianStork 2026-02-06 00:06:17 +01:00
parent 066a8e624f
commit e0c8bb401b
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -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;
};
};