Not enough server storage is available to process this command. error.
Problem:
When you try to copy a large file from a Windows server share you get this error message.
Not enough server storage is available to process this command. error.
Copying small files (less than 100MB) seems to work ok. Rebooting the server solves the problem for a few days but it happens again.
Solution:
- Click Start, click Run, type “regedit”, and then click OK.
- Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesLanmanServerParameters - Click Edit, point to New, and then click DWORD Value.
- Type “IRPStackSize”, and then press ENTER to name the value.Note Type IRPStackSize exactly as it is displayed. This is case sensitive.
- Click Edit, and then click Modify.
- In the Data Value box, type 30 or any value max of 50, and then click OK.
- Restart the Server service or restart the machine.