curacao: Reduce beesd load targets

This commit is contained in:
Geoffrey Frogeye 2024-05-13 09:19:55 +02:00
parent de187c6044
commit a95ae5f568
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8

View file

@ -5,12 +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
extraOptions = [ "--loadavg-target" "7.5" ];
};
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
extraOptions = [ "--loadavg-target" "5" ];
};
};
};