mirror of https://github.com/milvus-io/milvus.git
Low the predicting memory usage factor to 1 (#25884)
Signed-off-by: yah01 <yang.cen@zilliz.com>pull/21327/head
parent
a132122370
commit
45b89cfc71
|
@ -240,7 +240,7 @@ queryNode:
|
||||||
enableIndex: true
|
enableIndex: true
|
||||||
nlist: 128 # growing segment index nlist
|
nlist: 128 # growing segment index nlist
|
||||||
nprobe: 16 # nprobe to search growing segment, based on your accuracy requirement, must smaller than 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
|
enableDisk: true # enable querynode load disk index, and search on disk index
|
||||||
maxDiskUsagePercentage: 95
|
maxDiskUsagePercentage: 95
|
||||||
cache:
|
cache:
|
||||||
|
|
Loading…
Reference in New Issue