dedup: Keep load under control

This commit is contained in:
Geoffrey Frogeye 2024-03-27 13:09:33 +01:00
parent 5148643a64
commit 4e68c3ccf7
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8

View file

@ -5,10 +5,12 @@
razmo = {
spec = "/mnt/razmo";
hashTableSizeMB = 512; # Recommended for 1 TiB, ×2 for compression, x2 for time
extraOptions = [ "--loadavg-target" "10" ]; # This one is tame
};
rapido = {
spec = "/mnt/rapido";
hashTableSizeMB = 128; # 4 times smaller disk, 4 times smaller hashtable?
extraOptions = [ "--loadavg-target" "7.5" ]; # This one can slow things down
};
};
};