chore(tazjin/tverskoy): Make automatic-gc more conservative

It keeps gc'ing things I'm using more than I would like. Some sort of
meme potential about my storage use on the laptop here.

Change-Id: I0f8078a92effaf32bcadc3355507469babbc2eb8
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3826
Reviewed-by: tazjin <mail@tazj.in>
Tested-by: BuildkiteCI
This commit is contained in:
Vincent Ambo 2021-11-11 22:25:19 +01:00 committed by tazjin
parent 9239868daa
commit ff846eb6ec

View file

@ -196,8 +196,8 @@ in lib.fix(self: {
depot.automatic-gc = {
enable = true;
interval = "1 hour";
diskThreshold = 42; # GiB
maxFreed = 100; # GiB
diskThreshold = 16; # GiB
maxFreed = 10; # GiB
preserveGenerations = "14d";
};
};