Hi, I have ASP.NET 2.0 applications running on 32 bit Windows 2K3 Standard edition with 4GB of RAM. I want to upgrade the server to Enterprise edition and add more memory to a total of 6GB. I assume that I will need to enable PAE extensions to do this.
How much of this extra 2GB will be usable to the W3WP worker processes? The root issue is that 2 of the WPs are exceeding 900MB every so often and causing OutOfMemory Exceptions.
The alternative is that I get a new server and move half the applications to it, which is a more expensive and time consuming option.
Thanks