From 68f63db930033484d8c2ef4ae90205bd8d6e3f8e Mon Sep 17 00:00:00 2001 From: John Ogle Date: Sun, 17 Aug 2025 19:44:17 -0700 Subject: [PATCH] [zix790prors] Fix beesd hash table size configs --- machines/zix790prors/hardware-configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/zix790prors/hardware-configuration.nix b/machines/zix790prors/hardware-configuration.nix index d371517..ade54dd 100644 --- a/machines/zix790prors/hardware-configuration.nix +++ b/machines/zix790prors/hardware-configuration.nix @@ -31,7 +31,7 @@ scrub.enable = true; deduplication = { enable = true; - hashTableSizeMB = 32; + hashTableSizeMB = 128; verbosity = "err"; }; }; @@ -44,7 +44,7 @@ scrub.enable = true; deduplication = { enable = true; - hashTableSizeMB = 32; + hashTableSizeMB = 256; verbosity = "err"; }; };