mirror of https://github.com/milvus-io/milvus.git
close force sync for v2.2.5 (#22991)
Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>pull/23007/head
parent
9c3c29db6b
commit
f1a389e910
|
@ -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
|
||||
forceSyncSegmentNum: 1 # number of segments to sync, segments with top largest buffer will be synced.
|
||||
watermarkStandalone: 0.2 # memory watermark for standalone, upon reaching this watermark, segments will be synced.
|
||||
watermarkCluster: 0.5 # memory watermark for cluster, upon reaching this watermark, segments will be synced.
|
||||
|
|
Loading…
Reference in New Issue