Does scheduling recycling app pool in IIS7 help the server conserve memory better?

Posted by user29266 on Server Fault See other posts from Server Fault or by user29266
Published on 2010-02-12T13:54:28Z Indexed on 2010/04/14 8:03 UTC
Read the original article Hit count: 284

Hello, I have a VPS (IIS7 with Win 2008)

It's got: 40 websites and a SQL Server 2008 powering them with only 2 Gigs of RAM.

None of the sites are mission critical, they are all just demos. I often have ram issues on the server because each site has does caching and generally uses a lot of memory.

Would it make sense to set the application pools to recycle every 3 hours?

I'm sure this would free up any memory leaks or processes left "hanging"

Are there any other tips on this?

Thank you very much!, Aron

© Server Fault or respective owner

Related posts about memory-leak

Related posts about memory-usage