Skip to content

Commit

Permalink
Disable datanode force sync (#22818)
Browse files Browse the repository at this point in the history
Signed-off-by: bigsheeper <[email protected]>
  • Loading branch information
bigsheeper authored Mar 17, 2023
1 parent 7037994 commit bbc21fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/milvus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bbc21fe

Please sign in to comment.