mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Disable datanode force sync (#22818)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
7037994112
commit
bbc21fe849
@ -327,7 +327,7 @@ dataNode:
|
||||
syncPeriod: 600 # Seconds, 10min
|
||||
|
||||
memory:
|
||||
forceSyncEnable: true # `true` to force sync if memory usage is too high
|
||||
forceSyncEnable: false # `true` to force sync if memory usage is too high
|
||||
forceSyncThreshold: 0.6 # forceSync only take effects when memory usage ratio > forceSyncThreshold
|
||||
forceSyncSegmentRatio: 0.3 # ratio of segments to sync, top largest forceSyncSegmentRatio segments will be synced
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user