memtableMaxBytes

Approximate ceiling on the active memtable, in bytes. Reaching it seals the memtable and starts a new log; see DocumentStore.rotate.

Approximate because the figure counts key, metadata and value bytes plus a fixed estimate of per-entry overhead, not the real retained heap, which no portable API reports.