The server cannot be allocated through the system non-page shared area, because the shared area is currently empty.
The non-page share area is empty. By optimizing the memory manager, it starts the trim process at an earlier time (for example, when it reaches 40%, during peak hours, you can meet the page buffer pool needs and avoid insufficient page buffer pool memory.
The following optimization suggestions are helpful in mitigating this problem:
1. Start the Registration Table editor (regedt32.exe ).
2. Locate and click the following registry key in the registry:
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ sessionmanager \ Memory Management
3. On the editing menu, click Add Value and then add the following registry value:
Value: poolusagemaximum
Data Type: REG_DWORD
Base: decimal
Value Data: 40
Set this value to 40 to notify the Memory Manager to reach 40% of pagedpoolmax instead of the default value.
Start the trimming process when setting 80%.
Value: pagedpoolsize
Data Type: REG_DWORD
Base: hexadecimal
Numeric value: 0 xffffffff
Set pagedpoolsize to 0 xffffffff (-1) to allocate the maximum page buffer pool to the computer.
To replace other resources.
4. Exit the Registry Editor.