Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Decreased performance, driver load failures, or system instability may occur on Hot Add Memory systems that are running Windows Server 2003


View products that this article applies to.

Important This article contains information about how to modify the registry. Make sure to back up the registry before you modify it. Make sure that you know how to restore the registry if a problem occurs. For more information about how to back up, restore, and modify the registry, click the following article number to view the article in the Microsoft Knowledge Base:
256986 Description of the Microsoft Windows registry

↑ Back to the top


Symptoms

You may experience any one of the following problems on a Microsoft Windows Server 2003-based computer that has the Hot Add Memory feature enabled:
  • Devices do not initialize or do not work correctly.
  • Drivers do not load, or services do not start.
  • Programs fail or do not start. These programs may include Microsoft Exchange Server or Microsoft SQL Server Analysis Services.
  • System performance is poor.
  • The system is unstable.
  • The system does not start.
  • You receive errors that indicate insufficient resources.
  • You receive Stop errors.
Note By default, the Hot Add Memory feature may be enabled on the computer.

↑ Back to the top


Cause

When the Hot Add Memory feature is enabled, the operating system pre-allocates kernel resources to handle any future memory that may be added to the computer. Kernel resources are allocated based on the capabilities of the computer instead of on the RAM that is actually installed. The kernel may allocate significant resources to RAM that may never be installed. Therefore, the Hot Add Memory feature may cause the maximum size of the paged pool to be much smaller than expected.

The problem may be most likely to occur on a computer that is running an x86-based version of Windows Server 2003 when one of the following scenarios is true:

  • The system reports that lots of RAM is supported. For example, the problem may be most likely to affect a Windows Server 2003, Datacenter Edition-based computer that supports 128 gigabytes (GB) of RAM. The Static Resource Affinity Table (SRAT) tells the operating system where RAM may be added.
  • The system uses the /3GB switch in the Boot.ini file. When this method of virtual address space allocation is used, available kernel resources are significantly reduced. Additionally, System Page Table Entry allocations may be reduced to levels that can cause performance issues.

↑ Back to the top


Workaround

Warning Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall your operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.

To work around this problem, use one of the following methods.


Method 1: Use the DynamicMemory registry parameter to limit the amount of Hot Add Memory

To set the DynamicMemory registry parameter on computers that run Windows Server 2003 with Service Pack 1 (SP1) or later versions, follow these steps:
  1. Click Start, click Run, type regedit, and then click OK.
  2. Locate and then right-click the following registry subkey:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management
  3. On the Edit menu, point to New, and then click DWORD Value.
  4. Type DynamicMemory for the name of the DWORD, and then press ENTER.
  5. Right-click DynamicMemory, and then click Modify.
  6. In the Value data box, type the value that you want to use, and then click OK.

    The value of this parameter is in gigabytes (GB). For example, if you set the value to 1, the kernel reserves space for a total of 1 GB of system memory or for the total amount of physical memory that is installed at startup time, whichever is larger.
  7. Exit Registry Editor, and then restart the computer.

Method 2: Disable the Hot Add Memory feature

To disable the Hot Add Memory feature, use one of the following methods:

  • Method A: Contact your hardware vendor to determine whether the Hot Add Memory feature can be disabled by using the BIOS. If the feature can be disabled by using the BIOS, use this method.
  • Method B: If the Hot Memory Add feature cannot be disabled by using the BIOS, we recommend that you upgrade to Windows Server 2003 SP1, and then use Method 1.





    If you cannot upgrade to Windows Server 2003 SP1, you can set the /NOPAE switch in the Boot.ini file to disable Physical Address Extension (PAE) mode.



    Note We do not recommend that you disable PAE mode on computers that run Windows Server 2003 with SP1 or later versions. This configuration may unintentionally disable new features that include Data Execution Prevention (DEP) support. Set the /NOPAE switch only on computers that run a version of Windows Server 2003 before SP1.


    For more information about how to set the /NOPAE switch, visit the following Microsoft Web site:

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

↑ Back to the top


More Information

This problem can also occur when running Windows Server 2003 in virtualized environments such as Hyper-V. For more information, click the following article number to view the article in the Microsoft Knowledge Base:  
2927158 Your Windows Server 2003 VM may not start when using Dynamic memory
 





For more information about support for the Hot Add Memory feature in Windows Server 2003, visit the following Microsoft Web site:





↑ Back to the top


Keywords: kbtshoot, kbexpertiseinter, kbentirenet, kb

↑ Back to the top

Article Info
Article ID : 913568
Revision : 1
Created on : 1/7/2017
Published on : 2/12/2014
Exists online : False
Views : 516