mirror of https://github.com/milvus-io/milvus.git
refine the default values for segcore threadpool size (#27406)
/kind improvement Signed-off-by: MrPresent-Han <chun.han@zilliz.com>pull/27413/head
parent
ec17e08f4d
commit
505e8509b7
|
@ -33,9 +33,9 @@ const (
|
|||
DefaultIndexSliceSize = 16
|
||||
DefaultGracefulTime = 5000 // ms
|
||||
DefaultGracefulStopTimeout = 1800 // s
|
||||
DefaultHighPriorityThreadCoreCoefficient = 100
|
||||
DefaultMiddlePriorityThreadCoreCoefficient = 50
|
||||
DefaultLowPriorityThreadCoreCoefficient = 10
|
||||
DefaultHighPriorityThreadCoreCoefficient = 10
|
||||
DefaultMiddlePriorityThreadCoreCoefficient = 5
|
||||
DefaultLowPriorityThreadCoreCoefficient = 1
|
||||
|
||||
DefaultSessionTTL = 60 // s
|
||||
DefaultSessionRetryTimes = 30
|
||||
|
|
Loading…
Reference in New Issue