Pattern
In-Memory JSON Parsing Explosion
in-memory-json-parsing-oom
Full-document JSON parsing loads the entire document tree into memory at once, so large arrays/backups trigger excessive RAM usage and OOM; prefer streaming/subset techniques and compact numeric representations to reduce footprint.