Not enough storage is available to process this command

"Not enough storage" does not refer to hard disk storage.  It refers to the amount of memory that Windows allocates from whats called the "heap".  By default, Windows does not allocate enough memory from the shared heap for some of Uluro's background (noninteractive) processes so this needs to be increased.

 

You increase the size of the noninteractive desktop heap by editing the SharedSection parameter string in the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\SubSystems registry subkey. The SharedSection parameter string is located in the Windows registry value and uses the following format to specify heap size:

SharedSection=xxxx,yyyy,zzzz
Where:
  • xxxx specifies the maximum size of the system-wide heap (in kilobytes)
  • yyyy specifies the size of each desktop heap
  • zzzz specifies the size of the desktop heap that is associated with a noninteractive Windows instance
The default values for interactive and noninteractive desktop heaps by operating system
Operating systemInteractive desktop heap size (SharedSection 2nd value)Noninteractive desktop heap size (SharedSection 3rd value)
Windows Server 2008 (32 bit) 12288 KB 512 KB
Windows Server 2008/2012 (64 bit) 20480 KB 768 KB

Procedure

  1. In the Registry Editor, select the following registry subkey:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\SubSystems
  2. In the right pane of the Registry Editor, locate the Windows registry value.
    1. Right-click the Windows registry value and click Modify.
    2. In the Value data field, locate the SharedSection parameter string, and change the last SharedSection parameter from 512 to 2048. For example, specify the following values for this parameter on a 64-bit computer:
      SharedSection=1024,20480,2048

      If you cannot change the size of the desktop heap to 2048, try setting the value to 768. For example, specify the following values for this parameter:

      SharedSection=1024,20480,768
  3. Click OK and close the Registry Editor.
  4. Restart Windows to apply your changes.

0 Comments

Article is closed for comments.
Powered by Zendesk