0% found this document useful (0 votes)
69 views1 page

Not Enough Server Storage Is Available To Process This Command

This error occurs when a third party application uses too much server storage when processing a command. Increasing the IRPStackSize registry key from its default of 15 to 30 resolves the issue by accommodating these poorly behaved programs and allowing more server storage to be used. The document provides steps to locate and modify the IRPStackSize registry key value.

Uploaded by

King Alcosiba
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
69 views1 page

Not Enough Server Storage Is Available To Process This Command

This error occurs when a third party application uses too much server storage when processing a command. Increasing the IRPStackSize registry key from its default of 15 to 30 resolves the issue by accommodating these poorly behaved programs and allowing more server storage to be used. The document provides steps to locate and modify the IRPStackSize registry key value.

Uploaded by

King Alcosiba
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Not enough server storage is available to process this command (Solution)

Many times we see this error reported by customers when trying to use one of our programs to update
a remote machine.

It has taken us a while to find the source of the error, but it seems that it is an issue with 3rd party
applications

http://support.microsoft.com/kb/177078

A registry change needs to be made to accommodate bad behaving programs. It all comes down to a
registry key named IRPStackSize.

In Windows 2000 and in Windows Server 2003, the default value of the IRPStackSize parameter is 15.
The range is from 11 (0xb hexadecimal) through 32 (0x20 hexadecimal).

If the subkey is not present, you can use Registry Editor to add the subkey. To do this, follow these
steps:

1. Click Start, click Run, type regedit, and then click OK.
2. Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters
3. Click Edit, point to New, and then click DWORD Value.
4. Type IRPStackSize, and then press ENTER to name the value.

Note Type IRPStackSize exactly as it is displayed. This is case sensitive.

5. Click Edit, and then click Modify.


6. In the Data Value box, type 30, and then click OK.

You are probably going to need a reboot for this to take effect.

You might also like