beesd: Reduce load targets

I've been turning off the thing all the time since it was really showing
it was doing thing, especially when doing some dev stuff.
Maybe best only run this when I'm not around the computer.
This commit is contained in:
Geoffrey Frogeye 2025-05-01 22:48:05 +02:00
parent 37520496e6
commit 9c7919b87b

View file

@ -9,7 +9,7 @@
hashTableSizeMB = 512; # Recommended for 1 TiB, ×2 for compression, x2 for time
extraOptions = [
"--loadavg-target"
"7.5"
"2"
];
};
rapido = {
@ -17,7 +17,7 @@
hashTableSizeMB = 128; # 4 times smaller disk, 4 times smaller hashtable?
extraOptions = [
"--loadavg-target"
"5"
"1"
];
};
};