From cb4711425e96e2268c1fd9c174cb2b50ba48bb5b Mon Sep 17 00:00:00 2001 From: Bennu Date: Wed, 8 Dec 2021 15:02:09 +0800 Subject: [PATCH] [skip ci] Add comment for milvus.yaml (#12759) Signed-off-by: Bennu --- configs/milvus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/milvus.yaml b/configs/milvus.yaml index 678ceb5095..e1b4850142 100644 --- a/configs/milvus.yaml +++ b/configs/milvus.yaml @@ -100,7 +100,7 @@ queryCoord: address: localhost port: 19531 autoHandoff: true # Enable auto handoff - autoBalance: true + autoBalance: true # Enable auto balance overloadedMemoryThresholdPercentage: 90 # The threshold percentage that memory overload balanceIntervalSeconds: 60 memoryUsageMaxDifferencePercentage: 30