close force sync for v2.2.5 (#22991)

Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>
pull/23007/head
Xiaofan 2023-03-25 12:04:51 +08:00 committed by GitHub
parent 9c3c29db6b
commit f1a389e910
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.