From 9c7919b87b065dcd51a065884a7bfbd02907ddd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Thu, 1 May 2025 22:48:05 +0200 Subject: [PATCH] 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. --- curacao/dedup/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/curacao/dedup/default.nix b/curacao/dedup/default.nix index d40dea3..9877835 100644 --- a/curacao/dedup/default.nix +++ b/curacao/dedup/default.nix @@ -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" ]; }; };