mirror of https://github.com/milvus-io/milvus.git
Signed-off-by: zhagnlu <lu.zhang@zilliz.com> Signed-off-by: zhagnlu <lu.zhang@zilliz.com> Co-authored-by: zhagnlu <lu.zhang@zilliz.com> Signed-off-by: zhagnlu <lu.zhang@zilliz.com> Co-authored-by: zhagnlu <lu.zhang@zilliz.com>pull/20346/head
parent
d732a33938
commit
1dac462cae
|
@ -367,7 +367,7 @@ common:
|
|||
LoadNumThreadRatio: 8.0
|
||||
BeamWidthRatio: 4.0
|
||||
# This parameter specify how many times the number of threads is the number of cores
|
||||
threadCoreCoefficient : 50
|
||||
threadCoreCoefficient : 10
|
||||
|
||||
# please adjust in embedded Milvus: local
|
||||
storageType: minio
|
||||
|
|
|
@ -34,7 +34,7 @@ const (
|
|||
// DefaultIndexSliceSize defines the default slice size of index file when serializing.
|
||||
DefaultIndexSliceSize = 16
|
||||
DefaultGracefulTime = 5000 //ms
|
||||
DefaultThreadCoreCoefficient = 50
|
||||
DefaultThreadCoreCoefficient = 10
|
||||
|
||||
DefaultSessionTTL = 60 //s
|
||||
DefaultSessionRetryTimes = 30
|
||||
|
|
Loading…
Reference in New Issue