1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-08-23 10:10:46 +02:00

default volumeSizeLimitMB to 1000

change it to 1GB, to be consistent with docker images. On k8s and docker, the initial disk spaces usually are not large enough, causing many new users asking about the "no free volume" question.
This commit is contained in:
chrislu 2022-04-10 13:23:55 -07:00
parent 261ba0208e
commit a9b4f0df04

View file

@ -41,7 +41,7 @@ master:
grpcPort: 19333 grpcPort: 19333
ipBind: "0.0.0.0" ipBind: "0.0.0.0"
volumePreallocate: false volumePreallocate: false
volumeSizeLimitMB: 300 volumeSizeLimitMB: 1000
loggingOverrideLevel: null loggingOverrideLevel: null
#number of seconds between heartbeats, default 5 #number of seconds between heartbeats, default 5
pulseSeconds: null pulseSeconds: null