OutOfMemoryException - out of ideas II

Posted by Captain Comic on Stack Overflow See other posts from Stack Overflow or by Captain Comic
Published on 2010-03-25T08:51:43Z Indexed on 2010/03/25 8:53 UTC
Read the original article Hit count: 723

Hello,

This question is related to my previous question.

The storyline: I have an application which consumes a lot of memory if you look at task manager VMSize. I am trying to find out what consumes this amount of memory.

You see in the picture below that VM size is 2,46 GB alt text

Ok now I am looking at .net performance counters

alt text

Committed and reserved bytes add up to only 1,2 GB

Now lets look at windb sos debugging. Let's run eeheap -gc command

alt text

The heap size used by GC is only 340 MB. Where is the rest of used memory? I need to discover why WM size in TaskManager is 2.4 GB

© Stack Overflow or respective owner

Related posts about .NET

Related posts about outofmemoryexception