H
Hardy Wang
Hi,
We have a production web server machine, running Win2K + SP4 / IIS 5.0 /
ASP.NET 1.1, it has 2 GB of physical memory.
With the default value of <processModel memoryLimit="60"> of
machine.config, we constantly get OutOfMemoryExcption, then we adjusted the
value to 25, it works fine. If we adjust to 30, we still get this exception.
It looks like when aspnet work process consumes only up to 500MB RAM,
every number beyond that is not accessible by ASP.NET. But we do have 2GB
RAM on the server, and from Task Manager we can see there is quite a lot of
free memory available.
Any reason why ASP.NET does not like to cunsume more memory? Thanks for
any suggestion.
We have a production web server machine, running Win2K + SP4 / IIS 5.0 /
ASP.NET 1.1, it has 2 GB of physical memory.
With the default value of <processModel memoryLimit="60"> of
machine.config, we constantly get OutOfMemoryExcption, then we adjusted the
value to 25, it works fine. If we adjust to 30, we still get this exception.
It looks like when aspnet work process consumes only up to 500MB RAM,
every number beyond that is not accessible by ASP.NET. But we do have 2GB
RAM on the server, and from Task Manager we can see there is quite a lot of
free memory available.
Any reason why ASP.NET does not like to cunsume more memory? Thanks for
any suggestion.