mirror of https://github.com/milvus-io/milvus.git
Reduce the memory used by load disk index (#20470)
Signed-off-by: xige-16 <xi.ge@zilliz.com> Signed-off-by: xige-16 <xi.ge@zilliz.com>pull/20505/head
parent
0d5fbe8922
commit
aae2a2db1d
|
@ -364,7 +364,7 @@ common:
|
|||
SearchListSize: 100
|
||||
PGCodeBudgetGBRatio: 0.125
|
||||
BuildNumThreadsRatio: 1.0
|
||||
SearchCacheBudgetGBRatio: 0.125
|
||||
SearchCacheBudgetGBRatio: 0.10
|
||||
LoadNumThreadRatio: 8.0
|
||||
BeamWidthRatio: 4.0
|
||||
# This parameter specify how many times the number of threads is the number of cores
|
||||
|
|
Loading…
Reference in New Issue