openclaw/docs/reference
aalekh-sarvam d40dd9088e
feat(memory): configurable local embedding contextSize (default 4096) (#70544)
node-llama-cpp defaults contextSize to "auto", which on large embedding
models like Qwen3-Embedding-8B (trained context 40,960) inflates gateway
VRAM from ~8.8 GB to ~32 GB and causes OOM on single-GPU hosts that share
the gateway with an LLM runtime.

Expose memorySearch.local.contextSize in openclaw.json (number | "auto"),
default to 4096 which comfortably covers typical memory-search chunks
(128–512 tokens) while keeping non-weight VRAM bounded.

Closes #69667.
2026-04-23 14:21:53 -07:00
..
templates docs: standardize frontmatter field order (summary before title) 2026-04-23 13:18:17 -07:00
AGENTS.default.md docs: standardize frontmatter field order (summary before title) 2026-04-23 13:18:17 -07:00
api-usage-costs.md docs: normalize frontmatter titles to sentence case 2026-04-23 13:15:17 -07:00
credits.md docs: restore original Credits heading, disambiguate H1 2026-03-18 12:38:46 -07:00
device-models.md docs: normalize frontmatter titles to sentence case 2026-04-23 13:15:17 -07:00
memory-config.md feat(memory): configurable local embedding contextSize (default 4096) (#70544) 2026-04-23 14:21:53 -07:00
prompt-caching.md docs: standardize frontmatter field order (summary before title) 2026-04-23 13:18:17 -07:00
RELEASING.md docs: standardize frontmatter field order (summary before title) 2026-04-23 13:18:17 -07:00
rich-output-protocol.md docs: normalize frontmatter titles to sentence case 2026-04-23 13:15:17 -07:00
rpc.md docs: normalize frontmatter titles to sentence case 2026-04-23 13:15:17 -07:00
secretref-credential-surface.md docs: normalize frontmatter titles to sentence case 2026-04-23 13:15:17 -07:00
secretref-user-supplied-credentials-matrix.json fix(secrets): align SecretRef inspect/strict behavior across preload/runtime paths (#66818) 2026-04-14 17:59:28 -05:00
session-management-compaction.md docs: normalize frontmatter titles to sentence case 2026-04-23 13:15:17 -07:00
test.md docs: remove duplicate H1 where frontmatter title already sets it 2026-04-23 13:11:14 -07:00
token-use.md docs: normalize frontmatter titles to sentence case 2026-04-23 13:15:17 -07:00
transcript-hygiene.md docs: normalize frontmatter titles to sentence case 2026-04-23 13:15:17 -07:00
wizard.md docs: normalize frontmatter titles to sentence case 2026-04-23 13:15:17 -07:00