Hey! I had the same issue last week. Increasing `--max-old-space-size` is a start, but you might wanna look into garbage collection. Sometimes, objects aren’t being cleaned up properly.
Try using `node --trace-gc` to see what’s going on with garbage collection. It’s a bit technical, but it can give you some clues.
Try using `node --trace-gc` to see what’s going on with garbage collection. It’s a bit technical, but it can give you some clues.
