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
yah01 2024-01-16 11:54:52 +08:00 committed by GitHub
parent 8030b90891
commit cda44c09f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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