Microsoft KB Archive/268230

From BetaArchive Wiki
Knowledge Base


Scaling Out Versus Scaling Up with Intel Physical Addressing Extensions (PAE)

Article ID: 268230

Article Last Modified on 10/26/2007



APPLIES TO

  • Microsoft Windows 2000 Advanced Server
  • Microsoft Windows 2000 Datacenter Server



This article was previously published under Q268230

SUMMARY

Microsoft Windows 2000 Advanced Server and Microsoft Windows 2000 Datacenter Server have the capability to exceed the 4 GB limit with the use of Intel Physical Addressing Extensions (PAE). With these extensions, the Windows 2000 Advanced Server memory limit increases to 8 GB, and the Windows 2000 Datacenter Server memory limit increases to 32 GB.

MORE INFORMATION

When you use Intel PAE's, some kernel memory limitations still apply. These limitations could mean that scaling up (adding more memory) may not be as appropriate as scaling out (adding more nodes to the cluster). Three major areas of kernel memory are affected: system page table entries, non-paged pool, and paged pool. On a system with 4 GB of Random Access Memory (RAM) or less, if one of these resources is limited and tuning is not effective, it is more appropriate to scale out.

Generally, the best candidates for scaling up are applications that function mainly in user mode, such as Microsoft SQL Server 2000. These applications benefit from large memory in two circumstances:

  • If they involve multiple discrete processes. For example, SQL Server 2000 can be configured for multiple instances of the service.
  • If they are specifically designed to take advantage of the Address Windowing Extensions (AWE) API.

Some system services and settings can affect the amount of memory, for example:

  • Terminal Services attempts to maximize system page table entries at the expense of paged pool memory.
  • If you restart with the 3 GB switch, also known as "4 Gig tuning," the amount of non-paged pool is reduced to 128 MB from 256 MB.

For additional information, click the article number below to view the article in the Microsoft Knowledge Base:

247904 How to Configure the Paged Address Pool and System PTE Memory


Keywords: kbproductlink kbappdev kbenv kbinfo kbperformance KB268230