Setting of IIS memory settings for ASP.NET
Posted
by user54064
on Stack Overflow
See other posts from Stack Overflow
or by user54064
Published on 2010-05-04T03:56:20Z
Indexed on
2010/05/04
4:08 UTC
Read the original article
Hit count: 219
We are running an ASP.NET app on a web server with 4GB+ of memory in IIS 6. After reading many articles, it states that we need to set the "maximum memory used" for the Application Pool to 800mb to eliminate the "out of memory exceptions" that are happening for us. However, what should the "maximum virtual memory" in the Application Pool be set to? I can't find information as to what that should be set to.
© Stack Overflow or respective owner