Out of Memory, how to monitor?

  • Thread starter Thread starter Olav Tollefsen
  • Start date Start date
O

Olav Tollefsen

I'm getting Out of Memory exceptions in my ASP.NET application.

Which perfmon counters should I monitor to see what my current memory usage
is vs. the limit?

Olav
 
The first thing to do is identify WHERE you're getting "Out of Memory
Exceptions". You haven't provided enough information to even know exactly
what type of exceptions you're getting.Some "Out of Memory exceptions" are
not "Out of Memory" exceptions, but exceptions raised by underlying
components. Can you identify the exact exception message, and where it
occurs in your app?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
 
Back
Top