mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
reduce compact parallel task num (#27899)
Signed-off-by: Wei Liu <wei.liu@zilliz.com>
This commit is contained in:
parent
e0222b2ce3
commit
40723a292e
@ -375,7 +375,7 @@ dataCoord:
|
||||
compaction:
|
||||
enableAutoCompaction: true
|
||||
rpcTimeout: 10 # compaction rpc request timeout in seconds
|
||||
maxParallelTaskNum: 100 # max parallel compaction task number
|
||||
maxParallelTaskNum: 10 # max parallel compaction task number
|
||||
indexBasedCompaction: true
|
||||
|
||||
enableGarbageCollection: true
|
||||
|
||||
@ -2188,7 +2188,7 @@ the number of binlog file reaches to max value.`,
|
||||
p.CompactionMaxParallelTasks = ParamItem{
|
||||
Key: "dataCoord.compaction.maxParallelTaskNum",
|
||||
Version: "2.2.12",
|
||||
DefaultValue: "100",
|
||||
DefaultValue: "10",
|
||||
Export: true,
|
||||
}
|
||||
p.CompactionMaxParallelTasks.Init(base.mgr)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user