From e3551c1028780a5c0fa1361337d5052c0f476c71 Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Mon, 10 Jul 2023 06:02:02 +0100 Subject: [PATCH] Bump max volume limit. --- hosts/common/seaweedfs.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/common/seaweedfs.nix b/hosts/common/seaweedfs.nix index c9742cd..3ef96a3 100644 --- a/hosts/common/seaweedfs.nix +++ b/hosts/common/seaweedfs.nix @@ -17,6 +17,7 @@ in extraConfig = { ip = head (split ":" masters.${config.networking.hostName}); defaultReplication = "001"; + volumeSizeLimitMB = 8000; }; }; services.seaweedfs.filer = { @@ -31,6 +32,7 @@ in extraConfig = { dataCenter = "alo"; rack = "g"; + max = 32; }; }; };