HighTechTalks DotNet Forums  

IIS 5.0 Process Model <memory limit>

ASP.net Caching microsoft.public.dotnet.framework.aspnet.caching


Discuss IIS 5.0 Process Model <memory limit> in the ASP.net Caching forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Mayakrishnan Manikandan
 
Posts: n/a

Default IIS 5.0 Process Model <memory limit> - 11-03-2004 , 12:10 PM






My asp .net application crashes atleast once in a day.. throwing
OutOfMemoryException.. Server was running without when it had only 2
GB. It started throwing OutOfMemory exceptions when RAM was upgrated as
3 GB. This happened twice in a week. Again we did an upgrade in ram and
now the size is 4 GB, ASPNET Worker process throws up exception once in
a day.

Does anyone have any idea on this ?

Thanks,
Mani.

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Reply With Quote
  #2  
Old   
Ben Strackany
 
Posts: n/a

Default Re: IIS 5.0 Process Model <memory limit> - 11-09-2004 , 05:27 PM






Yes, you're actually getting the errors because you have too *much* physical
ram. Processes can only address up to 2gb of ram (and they'll through out or
mem errors around 1.6-1.8), so your default config with 3-4gb of ram will
give you out of mem errors for ASP.NET.

You can set memory limits for your app pool, enable /3gb switch, and/or
reduce the memoryLimit value in machine.config.

Sorry for the brief synopsis, but go here for more info

http://www.developmentnow.com/blog/2...th-aspnet.html

--
Ben Strackany
www.developmentnow.com

<a href="http://www.developmentnow.com">dn</a>


"Mayakrishnan Manikandan" <manikandanm (AT) changepond (DOT) com> wrote

Quote:
My asp .net application crashes atleast once in a day.. throwing
OutOfMemoryException.. Server was running without when it had only 2
GB. It started throwing OutOfMemory exceptions when RAM was upgrated as
3 GB. This happened twice in a week. Again we did an upgrade in ram and
now the size is 4 GB, ASPNET Worker process throws up exception once in
a day.

Does anyone have any idea on this ?

Thanks,
Mani.

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.