Hello,
There is a Work-Around available for the Non-page memnory pool problem, by using PAE (Physical Address Extension).
PAE is an Intel-provided Physical memory address extension that enables support of greater than 4 GB of physical memory for most 32-bit (IA-32) Intel Pentium Pro and later platforms.
Windows Server 2003, Enterprise Edition, PAE allows to use upto 32GB of physical RAM.
HOW TO ENABLE PAE ON SERVER :
Quote:
|
Please add /PAE in the end last line in the C:\boot.ini and reboot the server in order to make Windows to see the rest of RAM.
|
You will see the boot.ini like following after adding /PAE
Quote:
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOW S
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windo ws Server 2003, Enterprise" /noexecute=optout /fastdetect /PAE
|