Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Caching / November 2004

Tip: Looking for answers? Try searching our database.

IIS 5.0 Process Model <memory limit>

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Mayakrishnan Manikandan - 03 Nov 2004 18:10 GMT
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.
Ben Strackany - 09 Nov 2004 22:27 GMT
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/2004/09/systemoutofmemoryexception-with-aspne
t.html


Signature

Ben Strackany
www.developmentnow.com

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

> My asp .net application crashes atleast once in a day.. throwing
> OutOfMemoryException.. Server was running without  when it had only 2
[quoted text clipped - 7 lines]
> Thanks,
> Mani.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.