Ants memory profiler how to find the cause of memory leak

273 Views Asked by At

My page is crashing after some time on Azure.

I have this snapshot summary: enter image description here

Then I check Gen 2, and as far I understand we are looking for the one who is consuming the most memory or amount of instances: enter image description here

I clicked System - Byte[] instance categorizer, since it was consuming most of memory and got: enter image description here

Instance retention graph: enter image description here

I have no idea how to work through this here and come to my code and resolve issue in code.

0

There are 0 best solutions below