Configure indexSliceSize to 16MB (#17080)

Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
pull/17159/head
zhenshan.cao 2022-05-23 15:01:58 +08:00 committed by GitHub
parent 65269a4744
commit 246b22b5ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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