Introduction
After a standard installation use of multiple instances of Control Expert only allows a limited number of editors that can be open at the same time: 15 open editors for the first instance and 6 open for the remaining instances.
Removing Editor Limits
By modifying a Windows registry parameter with the following procedure, the number open editors can be increased:
Run the registry editor (%SystemRoot%\WINDOWS\regedit.exe).
NOTE: %SystemRoot% is normally the “C:” drive.Find the registry key:
HKEY_LOCAL_MACHINE\ System\CurrentControlSet\Control\Session Manager\SubSystems\Windows.
Right-click Windows and select Edit String.
Find the parameter SharedSection=xxxx,yyyy,zzzz. SharedSection is the first parameter and it is placed nearly at the beginning of the data content.
Set the yyyy value (in kB) to 8192 (if it was set to a lower value). It controls the size of the desktop heap, which is used for Windows objects.
Restart the workstation to have the updated value taken into account.