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:
parent
37520496e6
commit
9c7919b87b
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue