Question

Python script crashes with SIGKILL (OOM) when calling json.

9ab55ac5-d2c9-4beb-a6c1-fe4b6a67ab71

Python script crashes with SIGKILL (OOM) when calling json.load() on large JSON files (800MB+). The file is a JSON array of objects like [{msg1}, {msg2}, ...] with 500K+ items.