未验证 提交 3421956a 编写于 作者: M MrPresent-Han 提交者: GitHub

modify default value for sync max parallel to mitigate oom on dn(#26763) (#26231)

Signed-off-by: NMrPresent-Han <chun.han@zilliz.com>
上级 6578a27f
......@@ -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,
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册