w3wp memory usage

  • Thread starter Thread starter Jeremy Chapman
  • Start date Start date
J

Jeremy Chapman

Last night I noticed a bunch of our web apps were getting out of memory
exceptions. I checked task manager on the server and the w3wp.exe process
had eaten up about 780 megs of memory. I did an IIS reset and it has solved
(temporarily probably) the issue. Memory usage dropped to about 50 megs or
so. This morning its up to 180megs. Can I tell what apps within asp.net
are using that memory?
 
Hi, Jeremy.

You'd do well to run Windbg with the SOS debugging extensions.
That'll give you a good idea of what's consuming what.

See :
http://weblogs.asp.net/scottgu/archive/2003/02/17/2551.aspx
http://msdn.microsoft.com/library/d...en-us/dnaspp/html/monitor_perf.asp?frame=true
http://www.microsoft.com/whdc/devtools/debugging/default.mspx
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/dbgch02.asp




Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
 
Back
Top