Applicable versions and levels
Windows versions: V5.0L10 or later
Action
Points to check
Were the desktop heap area settings changed?
Cause
The desktop heap area may not have been allocated when the Jobscheduler service started.
Action method
When using Windows Server 2008 or later, refer to the manual indicated below and modify the registry to expand the desktop heap size.
V13.8.0 or later
Systemwalker Operation Manager Installation Guide - "Tasks Prior to Installation" - "Preventing depletion of the desktop heap"
In cases other than the above, perform the following procedure to enlarge the desktop heap by correcting the registry. There is no particular method for estimating an appropriate value, so increase the size gradually.
Open the registry editor.
Select Run from the Start menu. Enter "regedt32", and then click OK.
Move to the SubSystems key.
From the HKEY_LOCAL_MACHINE subtree, move to the following key.
\System\CurrentControlSet\Control\Session Manager\SubSystems |
Select the Windows value.
Select Modify from the Edit menu.
Increase the desktop heap by changing the value of the SharedSection parameter.
Increase the value of the third item "zzzz" (in increments of 256 KB or 512 KB).
SharedSection=xxxx,yyyy,zzzz |
Note: There is no need to change the first and second values ("xxxx" and "yyyy").
Example: Before change
SharedSection=1024,3072,512 |
Example: After change
SharedSection=1024,3072,1024 |
Restart the system.
Information
Refer to Microsoft Knowledge Base Article 126962 for information on how to correct the registry to enlarge the desktop heap. Additionally, refer to Microsoft Knowledge Base Article 184802 for information on the desktop heap.