RootCauseunvalidated
Python's standard JSON parser builds the entire parsed object in memory at once, so the full JSON array/tree for the backup cannot fit into available RAM.
5c3b1523-b77a-47e7-82e4-318ce1d5ba9e
Python's standard JSON parser builds the entire parsed object in memory at once, so the full JSON array/tree for the backup cannot fit into available RAM.