mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-05-23 18:21:28 +00:00
10 lines
276 B
Bash
10 lines
276 B
Bash
#!/bin/bash
|
|
# Mini server configuration
|
|
# Format: option=value (no leading dash)
|
|
# This file is loaded on startup if it exists
|
|
|
|
|
|
# Auto-calculated volume size based on total disk capacity
|
|
# Delete this line to force recalculation on next startup
|
|
master.volumeSizeLimitMB=1024
|