mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-11 16:49:22 +08:00
devices.pc: run beesd with loadAverage 4
This commit is contained in:
@@ -70,7 +70,11 @@ inputs:
|
||||
extraInterfaces = [ "wlo1" ];
|
||||
};
|
||||
harmonia.store = "/nix/tf";
|
||||
beesd = { "/".hashTableSizeMB = 2 * 128; "/nix/tf".hashTableSizeMB = 128; };
|
||||
beesd =
|
||||
{
|
||||
"/" = { hashTableSizeMB = 2 * 128; loadAverage = 4; };
|
||||
"/nix/tf" = { hashTableSizeMB = 128; loadAverage = 4; };
|
||||
};
|
||||
slurm =
|
||||
{
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user