Server inexplicable Magic Card dead, restart the server after the server, there is a deadlock phenomenon. Check the log for errors that indicate that the server was unable to allocate through the system's non-paged share. Source: SRV Event id:2019 Description (D): The server could not be allocated through the system non-paged share because the shared area is currently empty. Check the Internet, Microsoft has given the following solutions: 1. Start Registry Editor (Regedt32.exe). 2. Locate and click the following registry key in the registry: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management 3. On the Edit menu, click Add Value, and then add the following registry value: Value Name: Poolusagemaximum data type: REG_DWORD Cardinality: Decimal Value data: 40 set this value to 40 to notify the memory manager that it is reaching PagedPoolMax 40% Instead of the default setting of 80%, the trimming process begins. and modify the PagedPoolSize project Value name: PagedPoolSize data type: REG_DWORD Radix: Hexadecimal value data: 0xFFFFFFFF set PagedPoolSize to 0xFFFFFFFF (-1) Computers can be assigned the largest paged pool to replace other resources. 4. Exit Registry Editor and restart the computer for effect.
The server cannot be allocated through a system non-paged share because the share is currently empty