mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 03:48:37 +08:00
Signed-off-by: MrPresent-Han <chun.han@zilliz.com>
This commit is contained in:
parent
6578a27fe7
commit
3421956afa
@ -371,7 +371,7 @@ dataNode:
|
||||
flowGraph:
|
||||
maxQueueLength: 16 # Maximum length of task queue in flowgraph
|
||||
maxParallelism: 1024 # Maximum number of tasks executed in parallel in the flowgraph
|
||||
maxParallelSyncTaskNum: 2 # Maximum number of sync tasks executed in parallel in each flush manager
|
||||
maxParallelSyncTaskNum: 6 # Maximum number of sync tasks executed in parallel in each flush manager
|
||||
segment:
|
||||
insertBufSize: 16777216 # Max buffer size to flush for a single segment.
|
||||
deleteBufBytes: 67108864 # Max buffer size to flush del for a single channel
|
||||
|
@ -2398,7 +2398,7 @@ func (p *dataNodeConfig) init(base *BaseTable) {
|
||||
p.MaxParallelSyncTaskNum = ParamItem{
|
||||
Key: "dataNode.dataSync.maxParallelSyncTaskNum",
|
||||
Version: "2.3.0",
|
||||
DefaultValue: "2",
|
||||
DefaultValue: "6",
|
||||
Doc: "Maximum number of sync tasks executed in parallel in each flush manager",
|
||||
Export: true,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user