mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-01 08:28:10 +08:00
Configure indexSliceSize to 16MB (#17080)
Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
This commit is contained in:
parent
65269a4744
commit
246b22b5ea
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user