To work around this problem, use the following methods to make the kernel paged pool larger, as appropriate for your situation.
Method 1: On Windows Server 2003 x86-based computers that do not use the /3GB switch
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 the operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.
Locate the following registry subkey:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Memory
Management
Then, make sure that the value data of two registry entries under this subkey have the following configuration:
Value name: PagedPoolSize
Data type: REG_DWORD
Base: Hexadecimal
Value data: 0xFFFFFFFF
Value name: PoolUsageMaximum
Data type: REG_DWORD
Base: Hexadecimal
Value data: 1E
Method 2: On Windows Server 2003 x86-based computers that use the /3GB switch
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 the operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.
Locate the following registry subkey:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Memory
Management
Then, make sure that the value data of two registry entries under this subkey have following configuration:
Value name: PagedPoolSize
Data type: REG_DWORD
Base: Hexadecimal
Value data: 0x0d800000
Note The 0x0d800000 value data for the PagedPoolSize registry entry is conservative. You can increase the value to 0x11800000. However, do not set the value to FFFFFFFF. On versions of Windows Server 2003 SP1 or SP2 that use the/3GB switch, the FFFFFFFF value is ignored.
Value name: PoolUsageMaximum
Data type: REG_DWORD
Base: Hexadecimal
Value data: 1E