We have a 32-bit .NET application that sometimes fire an OutOfMemory exception.
The stack trace shows the victim of out of memory condition.
How can we diagnose this problem?
Is there a way to find out what consumes memory?
We have a 32-bit .NET application that sometimes fire an OutOfMemory exception.
The stack trace shows the victim of out of memory condition.
How can we diagnose this problem?
Is there a way to find out what consumes memory?