I noticed this morning that my app is having trouble serving static assets. They take forever before finally erroring with ERR_HTTP2_PROTOCOL_ERROR 200
which I found in another issue has something to do with not enough memory for some reason. I noticed my memory usage is extremely high. So I’m trying to investigate that.
@benbjohnson suggested I download a heap of my site in another post for another reason (Site falls over every few hours before rebooting - #32 by benbjohnson). I got the heap, but I have no idea what to do with it. Is there a tool I can use to investigate the heap and see what the memory is being used for?
EDIT: Also it looks like CPU freaked out as well:
(Note I just redeployed so that’s why it dropped at the end there)