From 193395ff967a224bdd86b77ab14a9578440b2239 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 2 Jun 2020 14:01:47 -0700 Subject: [PATCH] -max=0 works for windows now --- Production-Setup.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Production-Setup.md b/Production-Setup.md index 973455f..a6cf171 100644 --- a/Production-Setup.md +++ b/Production-Setup.md @@ -90,7 +90,6 @@ weed volume -master=ip1:9333,ip2:9333,ip3:9333 -dataCenter=dc1 -rack=rack1 -dir= Additional notes: * If the disk space is huge and there will be a lot of volumes, configure `-index=leveldb` to reduce memory load. -* For windows, `-max=0` does not work. You need to manually set it. * For busy volume servers, `-compactionMBps` can help to throttle the background jobs, e.g., compaction, balancing, encoding/decoding,etc. * After adding volume servers, there will not be data rebalancing. It is generally not a good idea to actively rebalance data, which cost network bandwidth and slows down other servers. Data are written to new servers after new volumes are created on them. You can use `weed shell` and run `volume.balance -force` to manually balance them.