I have had this before on a heavily visited site.
The mem usage would keep growing, until it reached its limit, and then it would 
recycle approximately every hour (1 gig of ram).
Problem ended up being in my code for dynamically generating images.
Had to dispose those Bitmap/Image objects and set them to null.
Now it behaves as expected; such that it will grow and then GC will kick in after a 
while to reclaim memory, and it does not keep recycling.
casey

-----Original Message-----
From: Sills, Adam [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 06, 2002 11:20 AM
To: [EMAIL PROTECTED]
Subject: [DOTNET] aspnet_wp.exe recycling


Has anyone else experienced the aspnet_wp.exe process recycling excessively?
On one server that gets very little usage (2-5 users a day, and only a few
hours of real use, but it does a whole lot) the process never deadlocks and
never recycles itself.

On another server, with another large application, and roughly 2000 unique
visitors a day (each person staying for 30-60 minutes) the aspnet_wp process
dies almost hourly. Sometimes more than once per hour, but it's been
incredibly consistent... During downtimes (2-7am EST) the process is fine as
it barely gets any use (it only seems to recyle every 4 hours).

Is this directly due to something I'm doing? Or is there something else
going on here I don't know about?

TIA,

Adam..

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to