Skip to content

Graphorin API reference v0.4.0


Graphorin API reference / @graphorin/memory / / DEFAULT_RESERVED_FOR_COMPACTION

Variable: DEFAULT_RESERVED_FOR_COMPACTION

ts
const DEFAULT_RESERVED_FOR_COMPACTION: 8192 = 8192;

Defined in: packages/memory/src/context-engine/compaction/thresholds.ts:29

Reserved tokens for the compaction summarizer call so the summarizer fits without re-triggering. Mirrors the suggested DEC-162 default.

Stable