v1.1.6
Fixed
-
Daemon memory and CPU under sustained load. On large stores the background daemon's warm state and nightly consolidation could climb in resident memory and spin the CPU. This release:
- isolates the runtime-graph rebuild in a spawn-context worker,
- computes graph centrality with a bounded sampled estimator (no exact in-process betweenness at scale),
- streams record reads instead of materializing the whole corpus,
- drains the deferred-capture backlog in two phases (insert first, embed later) with self-limiting safety rails,
- grades the memory watchdog against the kernel's physical-footprint metric rather than raw resident set.
Warm memory now stays well under the cap and the consolidation CPU storm is gone. No changes to the public API, CLI, MCP tools, or on-disk store format.