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: docs/reference/memory-config.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -527,7 +527,9 @@ QMD model overrides stay on the QMD side, not OpenClaw config. If you need to ov
527
527
</Accordion>
528
528
</AccordionGroup>
529
529
530
-
QMD boot refreshes use a one-shot subprocess path during gateway startup. The long-lived QMD manager owns the regular file watcher and interval timers when memory search is opened for interactive use. Gateway configs that leave `memorySearch.sync.watch` enabled can warn when memory/QMD surfaces look prone to file-descriptor pressure; set `sync.watch: false` for affected agents if FD usage grows.
530
+
QMD boot refreshes use a one-shot subprocess path during gateway startup. The long-lived QMD manager owns the regular file watcher and interval timers when memory search is opened for interactive use.
531
+
532
+
Gateway configs can warn when `memorySearch.sync.watch` is enabled for memory or QMD surfaces that may use many file descriptors. If watcher FD usage grows, set `sync.watch: false` for the affected agents and use manual indexing or `sync.intervalMinutes` for freshness.
"Uses lazy sync by scheduling reindex on search after content changes are detected. Keep enabled for lower idle overhead, or disable if you require pre-synced indexes before any query.",
1333
1333
"agents.defaults.memorySearch.sync.watch":
1334
-
"Watches memory files and schedules index updates from file-change events (default: true). Disable on large memory trees, extraPaths, QMD collections, or multi-agent gateways if watcher file-descriptor pressure appears.",
1334
+
"Watches memory files and schedules index updates from file-change events. Default: true. Disable for large memory trees, extraPaths, QMD collections, or multi-agent gateways if watcher file-descriptor usage becomes a problem.",
"Debounce window in milliseconds for coalescing rapid file-watch events before reindex runs. Increase to reduce churn on frequently-written files, or lower for faster freshness.",
0 commit comments