Low the predicting memory usage factor to 1 (#25884)

Signed-off-by: yah01 <yang.cen@zilliz.com>
pull/21327/head
yah01 2023-07-25 16:37:01 +08:00 committed by GitHub
parent a132122370
commit 45b89cfc71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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