From ec6a7f6cd502ffebcf909b7102932d990e04de7f Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 27 Feb 2026 17:28:03 -0800 Subject: [PATCH] wrong note --- Production-Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Production-Setup.md b/Production-Setup.md index 94b3819..9cbaa41 100644 --- a/Production-Setup.md +++ b/Production-Setup.md @@ -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 server has several volumes. On the note, you can't change `volumeSizeLimitMB` later. +each volume server has several volumes. * Since it is for production, you may also want to add `-metrics.address=`. See [[System Metrics]].