I've a problem at a customer that our netcore applications grows in memory size to over 11GB. (it will grow larger and crash with out of memory exception) We now created a procdump before we restarted the process.
I used MemoryAnalyser to find that most of the memory used by our process is unmanged memory. How can I now analyse the unmanged memory? To find whats allocated and taking so much space.