mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
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>
This commit is contained in:
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.MaxGpuReadConcurrency = ParamItem{
|
||||
Key: "queryNode.scheduler.maGpuReadConcurrency",
|
||||
Key: "queryNode.scheduler.maxGpuReadConcurrency",
|
||||
Version: "2.0.0",
|
||||
DefaultValue: "8",
|
||||
DefaultValue: "6",
|
||||
}
|
||||
p.MaxGpuReadConcurrency.Init(base.mgr)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user