devices.pc: run beesd with loadAverage 4

This commit is contained in:
2025-12-12 00:44:21 +08:00
parent f3af01e6e2
commit d5c8898db9

View File

@@ -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;