From aae2a2db1d737a1b909e273cd881844577f5c900 Mon Sep 17 00:00:00 2001 From: xige-16 Date: Thu, 10 Nov 2022 20:39:04 +0800 Subject: [PATCH] Reduce the memory used by load disk index (#20470) Signed-off-by: xige-16 Signed-off-by: xige-16 --- configs/milvus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/milvus.yaml b/configs/milvus.yaml index d01e2a1ff9..2e7aea28c5 100644 --- a/configs/milvus.yaml +++ b/configs/milvus.yaml @@ -364,7 +364,7 @@ common: SearchListSize: 100 PGCodeBudgetGBRatio: 0.125 BuildNumThreadsRatio: 1.0 - SearchCacheBudgetGBRatio: 0.125 + SearchCacheBudgetGBRatio: 0.10 LoadNumThreadRatio: 8.0 BeamWidthRatio: 4.0 # This parameter specify how many times the number of threads is the number of cores