memory limit

G

Guest

I need an information.

I've a ASP.NET web application on windows2003r2 server with IIS 6.

In framework 1.0 memory limit for a worker process is 800MB;
in framework 1.1 the limit is 1600MB with /3GB option.

This is Right??

Which is the limit for framework 2.0 and how can i monitor it (which
counter?) ?

TIA,

Marco Sellani.
 
J

Juan T. Llibre

In IIS 6.0, you can configure the memory limit to your taste/needs.

See complete instructions for doing that here :

http://www.asp.net/faq/aspnetandiis6.aspx

....in the section titled : "Configuring worker process memory limits".

re:
Which is the limit for framework 2.0

Not a limit, but a good recommendation,
is allocating 60% of the server's physical memory.

Allocating more than 60% could be too restrictive on the OS's RAM needs.



Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top