pub const AUTOSPLIT_PARTITION_MAX_BYTES: usize = _; // 81_920usizeExpand description
Byte budget for one auto-split partition (sub-memory) in ingest
(GAP-SG-04/07).
Chosen below the 127 KB body margin so each partition also stays under
REMEMBER_MAX_SAFE_MULTI_CHUNKS chunks and EMBEDDING_REQUEST_MAX_TOKENS
tokens, even for multibyte/CJK text (~1 cl100k token per UTF-8 char, so
80 KiB / 3 bytes-per-char yields about 27K tokens, below the 30K ceiling).