Hi, I am running ATS 6.2.1 and I am seeing memory leaks. The link below shows memory dump graphs for a half-hour period (dump freq is 15s). I have a custom plugin that's using atscppapi. These graphs are from our production setup where the traffic volume is very high (120M+ req.s/day). We are seeing memory growth of 6-8M every minute.
https://www.dropbox.com/s/m03qdzm5iwl7y0w/ats_stats_6.2.1.pdf?dl=0 In my test setup, I don't see the issue. Although, the volume is a lot less in my test setup. I've put debug logs in all places where ATS allocators are showing growth and I see them properly being release in my test setup. Is it possible, ATS is running into some error conditions causing this leak? Any pointers on where or how to go about debugging this issue is greatly appreciated... Dk. PS: I've tried to upgrade to 7.1.6, but I am running into some other crashes with my custom plugin enabled.