mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Low the predicting memory usage factor to 1 (#25884)
Signed-off-by: yah01 <yang.cen@zilliz.com>
This commit is contained in:
parent
a132122370
commit
45b89cfc71
@ -240,7 +240,7 @@ queryNode:
|
||||
enableIndex: true
|
||||
nlist: 128 # growing segment index nlist
|
||||
nprobe: 16 # nprobe to search growing segment, based on your accuracy requirement, must smaller than nlist
|
||||
loadMemoryUsageFactor: 2 # The multiply factor of calculating the memory usage while loading segments
|
||||
loadMemoryUsageFactor: 1 # The multiply factor of calculating the memory usage while loading segments
|
||||
enableDisk: true # enable querynode load disk index, and search on disk index
|
||||
maxDiskUsagePercentage: 95
|
||||
cache:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user