I have a memory leak that is hard to reproduce in testing environment. So I'd like to profile my production server for a limited time period to get an overview about which objects take up most memory. It seems that it's not that easy to profile Gunicorn due to the usage of greenlets. I have a memory leak that is hard to reproduce