dedup: Keep load under control
This commit is contained in:
parent
5148643a64
commit
4e68c3ccf7
|
@ -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
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue