I have an app running on puma with two background processes and one web process. It’s hosted in Heroku.
Apparently, I have a memory leak. both background processes and the web process get a memory quota exceeded error.
I tried using Oink but it’s just showing me web data. I couldn’t find a truly good tutorial on how to find the place where I have a memory issue and solve it.
Has anyone faced this before and successfully fixed this?