I've run into a problem with Umbraco and I'm sure it's related to a memory leak somewhere in the installation. I'll start getting null pointer exceptions and I have to recycle the app pool to get the Umbraco UI working again. Does anyone have any advice for how I can try to isolate what is causing the leak? I have some custom user controls that are adding content to Umbraco programmatically (using umbraco.cms.businesslogic.web.Document), so it could very well be my own code, or maybe a package I'm using. Here's the list of packages I have installed:
Memory Leak - How to Troubleshoot
I've run into a problem with Umbraco and I'm sure it's related to a memory leak somewhere in the installation. I'll start getting null pointer exceptions and I have to recycle the app pool to get the Umbraco UI working again. Does anyone have any advice for how I can try to isolate what is causing the leak? I have some custom user controls that are adding content to Umbraco programmatically (using umbraco.cms.businesslogic.web.Document), so it could very well be my own code, or maybe a package I'm using. Here's the list of packages I have installed:
-Umbraco Courier
-XSLT Search
-XSLT Search (upgrade)
Any ideas?
Thanks,
-Todd
I'd start by testing the site without the custom code, if it's possible to disable it. These may be worth a read -> http://our.umbraco.org/forum/getting-started/installing-umbraco/4148-Squeezing-more-sites-onto-a-dedicated-server?sort=newest ; and http://our.umbraco.org/forum/using/ui-questions/4918-Umbraco-plus-memory-usage
Dan
Thanks for the info!
is working on a reply...