mirror of https://github.com/milvus-io/milvus.git
enhance: adjust the GPU pool size (#29937)
according to benchmark, the GPU pool size with 6 performs best Signed-off-by: yah01 <yang.cen@zilliz.com>pull/29999/head
parent
8030b90891
commit
cda44c09f9
|
@ -2009,9 +2009,9 @@ Max read concurrency must greater than or equal to 1, and less than or equal to
|
||||||
p.MaxReadConcurrency.Init(base.mgr)
|
p.MaxReadConcurrency.Init(base.mgr)
|
||||||
|
|
||||||
p.MaxGpuReadConcurrency = ParamItem{
|
p.MaxGpuReadConcurrency = ParamItem{
|
||||||
Key: "queryNode.scheduler.maGpuReadConcurrency",
|
Key: "queryNode.scheduler.maxGpuReadConcurrency",
|
||||||
Version: "2.0.0",
|
Version: "2.0.0",
|
||||||
DefaultValue: "8",
|
DefaultValue: "6",
|
||||||
}
|
}
|
||||||
p.MaxGpuReadConcurrency.Init(base.mgr)
|
p.MaxGpuReadConcurrency.Init(base.mgr)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue