systemConfig: decreased # of old generations

This commit is contained in:
Aly Raffauf 2024-04-01 00:01:47 -04:00
parent 49fd93b49c
commit b83f337bec

View file

@ -65,7 +65,7 @@
# Delete generations older than 7 days. # Delete generations older than 7 days.
automatic = true; automatic = true;
dates = "daily"; dates = "daily";
options = "--delete-older-than 7d"; options = "--delete-older-than 3d";
randomizedDelaySec = "60min"; randomizedDelaySec = "60min";
}; };
# Run GC when there is less than 100MiB left. # Run GC when there is less than 100MiB left.