//TODO, raw notes from deep dive:
- Grab Core Dump and load it to llnode
- Run v8 findjsobjects
- This gives a list of object types with size + count
- If a class Foo, you can use findrefs
- -> if you can’t find the cause, see memory related user journeys to identify exact cause