Bump max volume limit.
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user