Bump max volume limit.

This commit is contained in:
2023-07-10 06:02:02 +01:00
parent 74b0fa9627
commit e3551c1028

View File

@@ -17,6 +17,7 @@ in
extraConfig = { extraConfig = {
ip = head (split ":" masters.${config.networking.hostName}); ip = head (split ":" masters.${config.networking.hostName});
defaultReplication = "001"; defaultReplication = "001";
volumeSizeLimitMB = 8000;
}; };
}; };
services.seaweedfs.filer = { services.seaweedfs.filer = {
@@ -31,6 +32,7 @@ in
extraConfig = { extraConfig = {
dataCenter = "alo"; dataCenter = "alo";
rack = "g"; rack = "g";
max = 32;
}; };
}; };
}; };