Modify the Paged and Non Paged Pool Memory Sizes
Windows normally calculates the paged and non paged pool memory sizes using complex algorithms based on physical memory size. These settings allow you to override and manually specify values.
Open your registry and find the key below.
Create a new DWORD value, or modify the existing value called 'PagedPoolSize, NonPagedPoolSize' using the settings below.
Exit your registry, you may need to restart or log out of Windows for the change to take effect.
Settings:
System Key: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\
Memory Management]
Name: PagedPoolSize, NonPagedPoolSize
Type: REG_DWORD (DWORD Value)
Value: size of paged pool in bytes (default = 0)
Note: Having invalid or values too small may cause Windows to display this error "Not enough server storage is available to process this command."