Hi,
While connecting the standalone Windows Server 2012 R2 by RDP, it gives error "not enough storage is available to complete this operation".
Below actions taken so far;
1. Updated MS Windows patches to latest
2. Increased page file size from 1GB to 10GB (RAM allocated is 6GB)
3. Updated registry by adding entry under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\Kerberos\Parameters -> MaxTokenSize to 65535
Still not able to RDP the server.
Thanks & Regards,
Khushnood
Hello
khushnood.rangari,
The error message "Not enough storage is available to complete this operation" usually occurs when the Build process needs a lot of RAM memory, and they won't get it, or when users try to install the latest updates on their computers.
This error also affects Windows servers, mainly when users try to open Windows-specific features, such as services.msc, disk management, event viewer, the group policy, etc.
You can follow the below-given ways to fix the error "not enough storage is available to complete this operation,"
- Firstly, go to windows search, type This PC, and open PC properties
- Now, In the Advanced field, open the 'Advanced system settings' option.
- Then, locate Performance > Settings > Advanced > Change
- Now, click on "Un-check Automatically manage paging file size for all drives" and set Custom RAM
- Enter Recommended Initial size & Maximum size both same, press on Set > Apply, ok to save changes.
- Lastly, restart your server.
However, it will fix the issue partially; follow the below ways to resolve the issue,
- Firstly, on the windows search box, type CMD and right-click to open Command Prompt with Admin rights.
- Now, enter the below command,
- Type sfc /scannow and hit enter.
The above command will take some time to process to complete. However, it will automatically fix the issue from its end.
- Now, in CMD, type dism /online /cleanup-image /restorehealth and hit enter
Wait till the process completes. It is a DISM command that repairs the windows OS it runs on. It forces
DISM to scan the server for errors and fixes them.
- Lastly, press the Windows logo + R keys to open the Run command
- Now, type regedit hit Enter, and copy/paste the below path,
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parametersr
- Then, permanently delete the key name: "IRPStackSize."
- Right-click and enter the new key: "DWORD (32-bit) value."
- Lastly, rename the key IRPStackSize and enter value data as '50' in hexadecimal.
I hope the fixes above help you to resolve the error "not enough storage is available to complete this operation." However, if the issue persists, update here will be glad to help you with the same.
----------------------
Regards,
tejtherh4