We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7037994 commit bbc21feCopy full SHA for bbc21fe
configs/milvus.yaml
@@ -327,7 +327,7 @@ dataNode:
327
syncPeriod: 600 # Seconds, 10min
328
329
memory:
330
- forceSyncEnable: true # `true` to force sync if memory usage is too high
+ forceSyncEnable: false # `true` to force sync if memory usage is too high
331
forceSyncThreshold: 0.6 # forceSync only take effects when memory usage ratio > forceSyncThreshold
332
forceSyncSegmentRatio: 0.3 # ratio of segments to sync, top largest forceSyncSegmentRatio segments will be synced
333
0 commit comments