You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: configs/milvus.yaml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -356,7 +356,8 @@ queryNode:
356
356
taskQueueExpire: 60# 1 min by default, expire time of inner user task queue since queue is empty.
357
357
enableCrossUserGrouping: false # false by default Enable Cross user grouping when using user-task-polling policy. (close it if task of any user can not merge others).
358
358
maxPendingTaskPerUser: 1024# 50 by default, max pending task in scheduler per user.
359
-
mmapEnabled: false # enable mmap global, if set true, will use mmap to load segment data
359
+
mmap:
360
+
mmapEnabled: false # enable mmap global, if set true, will use mmap to load segment data
0 commit comments