المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Window Service memory leak



C# Programming
07-14-2009, 03:11 PM
Hi
i have number of window services running on production server(Window server 2003 dedicated for window services).Everything was running fine from last 6 months but now some services start giving error System.OutOfMemoryException.
I think this issue is due to memory leaks.Now my questions are
(1)For immediate solution restarting of window services is enough or i have to restart the Production server.
(2)How to find the possible cause of memory leak and suggestion for possible causes of memory leak

himanshu