0

I need to investigate a memory leak or at least a constant increase of the memory on the server. So I took multiple memory dumps and I see a very big sized object in the Gen1 Objects but it tells me NoPtrs. So does it mean that it is unreferenced but still in memory could it be the source of my memory leak? Do you have some advices on how I could continue on it and identify what is creating those byte[]?

The website in made in .Net 6

Here is a screenshot of it. PerfView

Regards,

Kapoue
  • 847
  • 2
  • 11
  • 15
  • To continue analysis the dumps, you should use some tool like debug dialog analysis or the windbg and capture three dumps every seconds, then compare each dumps's object to see which object is always exists and continue increasing. Then analysis which method use these objects to locate the codes. After locate the codes, we could know what happened. – Brando Zhang Oct 03 '22 at 02:40

0 Answers0