omarfaruq

New Member
Joined
Jul 30, 2019
Messages
4
When I try to connect windows server 2012 by remote desktop. Showing Error: not enough storage is available to process this command. ? ....i tried: PagedPoolSize change, IRPStack but not yet solve.
 

Last edited by a moderator:
Solution
The "not enough storage is available to process this command" error in Windows Server systems can be challenging to troubleshoot, but there are several potential solutions you can try:
  1. Increase PagedPoolSize Value:
    • Start by opening the registry editor (regedit).
    • Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management.
    • Find the key PagedPoolSize and change the value to FFFFFFFF (hexadecimal) or 4294967295 (decimal).
    • Restart your server for the changes to take effect.
    []IRP Stack Size:
    • Open the registry editor and navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanServer\Parameters...
The "not enough storage is available to process this command" error in Windows Server systems can be challenging to troubleshoot, but there are several potential solutions you can try:
  1. Increase PagedPoolSize Value:
    • Start by opening the registry editor (regedit).
    • Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management.
    • Find the key PagedPoolSize and change the value to FFFFFFFF (hexadecimal) or 4294967295 (decimal).
    • Restart your server for the changes to take effect.
    []IRP Stack Size:
    • Open the registry editor and navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanServer\Parameters.
    • Create a new DWORD value called IRPStackSize.
    • Set the value to 15 or higher (decimal).
    • Restart your server.
    [
    ]Check System Resources:
    • Ensure your server has enough available resources like memory and disk space to handle remote desktop connections.
    • Monitor system resources using Task Manager and Performance Monitor.
    []Check Event Viewer:
    • Look for any specific error messages related to storage or memory issues in the Event Viewer logs.
    [
    ]Network Issues:
    • Sometimes network-related issues can cause this error. Check your network configuration and connections.
  2. Disk Space and Paging File:
    • Ensure that your system has sufficient free disk space and that the paging file settings are appropriate for your server's workload. If these steps don't resolve the issue, consider checking for any recent software or driver updates that could have caused the problem. You might also want to run system file checker (sfc /scannow) to check for and repair corrupted system files.
 

Solution
Back
Top