Server Out Of Memory
Hi every body
sometimes , when I open any site in my server or on click any hyperlink by site display error :
There is no memory on the server to run your program. Please contact your administrator with this problem.
how I can solve this problem ?- Edited byMike Walsh MVPMVP, ModeratorSaturday, November 07, 2009 10:05 AMBolD that is
- Edited byMike Walsh MVPMVP, ModeratorSaturday, November 07, 2009 10:05 AMUnnecessary Bolf removed
Answers
Hi waheeba,
There are many different reasons for the “Out of memory” error. This is a very frequent error message with ASP.NET based applications. Stefan wrote an article which analyze the possible causes of the problem and I think this will help you troubleshooting this issue:
Dealing with Memory Pressure problems in MOSS/WSS
For more information, please refer to:
http://blogs.msdn.com/joelo/archive/2007/10/29/sharepoint-app-pool-settings.aspx
Hope this helps.
Lu Zou
- Marked As Answer byLu Zou-MSFTMSFT, ModeratorFriday, November 13, 2009 7:04 AM
All Replies
- Have you checked on the taskmgr how much memory available on the server, etc? How big is your web traffic?
Normally if this happens eventually after ex. server reboot, iisreset, this could be a result of memory leaked in one of your webparts.
how many app pool and web apps that get associated with the app pool?
If you can give more info on the server, that could be a help for everyone who is reading the post.
on3 - You may simply not have enough worker processes allocated against the app pool that your error is appearing in, try increasing it.RegardsJohn Timney
Hi waheeba,
There are many different reasons for the “Out of memory” error. This is a very frequent error message with ASP.NET based applications. Stefan wrote an article which analyze the possible causes of the problem and I think this will help you troubleshooting this issue:
Dealing with Memory Pressure problems in MOSS/WSS
For more information, please refer to:
http://blogs.msdn.com/joelo/archive/2007/10/29/sharepoint-app-pool-settings.aspx
Hope this helps.
Lu Zou
- Marked As Answer byLu Zou-MSFTMSFT, ModeratorFriday, November 13, 2009 7:04 AM

