Skip to content

How to debug memory leak that is not clear on dotnet-dump? #4139

Closed
@Leonardo-Ferreira

Description

@Leonardo-Ferreira

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:

1818767d-78c5-4c2a-a12c-f4bfb385012a

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions