Updated Production Setup (markdown)

Dien Vu 2023-05-29 22:54:50 +07:00
parent 693dcc2892
commit 20a95ba973

@ -71,7 +71,7 @@ weed master -mdir=/data/seaweedfs/master -peers=ip1:9333,ip2:9333,ip3:9333 -ip=i
Additional notes:
* Depending on the available disk space on each volume server, the master may need
to reduce maximum volume size, e.g., add `-volumeSizeLimitMB=1024`. This will ensure
each volume has several volumes. On the note, you can't change `volumeSizeLimitMB`.
each volume has several volumes. On the note, you can't change `volumeSizeLimitMB` later.
* Since it is for production, you may also want to add `-metrics.address=<Prometheus gateway address>`. See [[System Metrics]].