MCMS Tip of the day – quick things to check when you experience high memory levels in ASP.NET

Michael Graham has written a great article about quick troubleshooting for high memory ASP.NET issues:

The only point I don’t agree with – in context with MCMS – is about process recylcling. For MCMS it is very bad if the worker process gets recycled as this ensures that the MCMS memory cache gets invalidated and has to be repopulated. This can cause significant performance problems on the MCMS site and also cause heavy load against the backend SQL server machine. But the other points in this article fully apply to an ASP.NET based MCMS site:

https://support.microsoft.com/?id=893660

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.