Skip to content

Commit bbc21fe

Browse files
authored
Disable datanode force sync (#22818)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
1 parent 7037994 commit bbc21fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/milvus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ dataNode:
327327
syncPeriod: 600 # Seconds, 10min
328328

329329
memory:
330-
forceSyncEnable: true # `true` to force sync if memory usage is too high
330+
forceSyncEnable: false # `true` to force sync if memory usage is too high
331331
forceSyncThreshold: 0.6 # forceSync only take effects when memory usage ratio > forceSyncThreshold
332332
forceSyncSegmentRatio: 0.3 # ratio of segments to sync, top largest forceSyncSegmentRatio segments will be synced
333333

0 commit comments

Comments
 (0)