reduce minFreeSpacePercent to 1

addressing https://github.com/seaweedfs/seaweedfs/issues/7110#issuecomment-3622472545
This commit is contained in:
chrislu
2025-12-08 01:34:44 -08:00
parent cadb2eeb05
commit e28629bb5f

View File

@@ -310,7 +310,7 @@ volume:
# limit file size to avoid out of memory, default 256mb
fileSizeLimitMB: null
# minimum free disk space(in percents). If free disk space lower this value - all volumes marks as ReadOnly
minFreeSpacePercent: 7
minFreeSpacePercent: 1
# Custom command line arguments to add to the volume command
# Example to fix IPv6 metrics connectivity issues: