This tip was submitted to the SearchWin2000.com Tip Exchange by member Douglas Drewry. Let other users know how useful it is by rating the tip below.
Have you ever examined your Windows 2000 Advanced Server machine and wondered why it only reports 3.4 GB of RAM as being installed? Curious, especially since Advanced Server is capable of utilizing up to 8 GB of memory! Check your 'boot.ini' file for the /PAE switch in the ARC path as defined in the 'operating systems' section.
If the entry is not present, follow this procedure to add the switch:
- Locate the 'boot.ini' file, typically in the root folder (for example, C:) and remove its
read-only attribute.
- Open the 'boot.ini' file, and then add the /PAE parameter to the ARC path, as shown here:
multi(0)disk(0)rdisk(0)partition(2)WINNT="Windows 2000 Advanced Server" /PAE
- On the File menu, click Save.
- Restore the read-only attribute to the 'boot.ini' file.
- Recycle the server to allow PAE to take effect.
Windows 2000 Physical Address Extension (PAE) enables the operating system to utilize memory beyond normal 32-bit virtual addressing. It also allows the use of greater than 4 GB installed memory by the OS, and any applications written to use the Address Windowing Extensions API set. Even applications not using the AWE API benefit from using now-available
Requires Free Membership to View
Virtual memory mapped above 4 GB is available for data caching or paging and reduces the need
for disk access by keeping the data in memory. Microsoft recommends enabling PAE for applications
that move large amounts of data into memory such as SQL Server. Use of PAE is available on Intel
Pentium Pro or greater systems running Windows operating systems capable of using greater than 4 GB
of RAM such as Windows 2000 Advanced Server and Datacenter Server.
This was first published in February 2003
Enterprise Server Strategies for the CIO
Join the conversationComment
Share
Comments
Results
Contribute to the conversation