Closed
Description
I have an asp.net 7.0.9 api running on AKS and no one is using it... and yet, every minute, application insights reports that the memory usage grew a bit... it grows until the pod crashes and it starts again... take a look:
I got a dump in a moment where the app insights was reporting that the app was using barely above 300MB and when I opened it on VS I got this:
If you look closely, the first object is smaller than 1.5MB and the total sum is 53k objects and 4.8MB...
I think its clear that I won't be able to track my leak here, so what should I do now?
Activity