My application is causing heap thrashing. I have the heap dump but I don't know how and where should I start to look for problems?
This is a 6 GB dump. Please recommend some suitable heap analysis software?
My application is causing heap thrashing. I have the heap dump but I don't know how and where should I start to look for problems?
This is a 6 GB dump. Please recommend some suitable heap analysis software?
Can I suggest using techniques to reduce heap size at compile-time or runtime in order to force this situation to reproduce on smaller scale testing? I used to do this many years ago on an embedded platform with a lot of success, although lately it's not that easy to do without special work if you are using Windows platform. Hope this helps.