I just noticed something weird with our production web servers. First, here’s the basic config:
Dell Blade Server
Windows 2000
IIS 5
.NET Framework 1.1 SP1
1.4GHz Processor
2GB RAM
Now, here’s my problem. Our web app is having memory issues which is causing the aspnet_wp.exe to hit the max memory (40%, or 800MB) and is constantly being reset. I was monitoring the available physical memory when the process reset (dropped to 175MB), and it never changed. It looks like the process is using the page file instead of physical RAM. We have 1.47GB RAM available. Does anyone know how I can force that process into the physical memory instead of using the page file? I’ve Google’d and searched these forums, and I can’t find anything.
Any help would be greatly appreciated.
Thank you,
Tom
Dell Blade Server
Windows 2000
IIS 5
.NET Framework 1.1 SP1
1.4GHz Processor
2GB RAM
Now, here’s my problem. Our web app is having memory issues which is causing the aspnet_wp.exe to hit the max memory (40%, or 800MB) and is constantly being reset. I was monitoring the available physical memory when the process reset (dropped to 175MB), and it never changed. It looks like the process is using the page file instead of physical RAM. We have 1.47GB RAM available. Does anyone know how I can force that process into the physical memory instead of using the page file? I’ve Google’d and searched these forums, and I can’t find anything.
Any help would be greatly appreciated.
Thank you,
Tom