From 246b22b5ead6ea4a97d14ae395f8f07cb35e19d6 Mon Sep 17 00:00:00 2001 From: "zhenshan.cao" Date: Mon, 23 May 2022 15:01:58 +0800 Subject: [PATCH] Configure indexSliceSize to 16MB (#17080) Signed-off-by: zhenshan.cao --- configs/milvus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/milvus.yaml b/configs/milvus.yaml index ee1ede7535..8ca0045d41 100644 --- a/configs/milvus.yaml +++ b/configs/milvus.yaml @@ -288,7 +288,7 @@ common: # Valid values: [auto, avx512, avx2, avx, sse4_2] # This configuration is only used by querynode and indexnode, it selects CPU instruction set for Searching and Index-building. simdType: auto - indexSliceSize: 4 # MB + indexSliceSize: 16 # MB # please adjust in embedded Milvus: local storageType: minio