...
- Close the UMS Console.
- Open the following file:
Default path on Windows:C:\Program Files\IGEL\RemoteManager\rmclient\RMClient.config
Default path on Linux:/opt/IGEL/RemoteManager/rmclient/RemoteManager.config
Find the line
vmparam -Xmx3072m
and change the-Xmx
value according to your needs. (Default: 3072 MB)Note The Java heap size is defined INDIVIDUALLY depending on the configuration of the server and your UMS environment, but must be less than the amount of available physical RAM. General recommendations can be found in the Oracle article Tuning Java Virtual Machines (JVMs); see also the
-Xmx
option there.Note also the following:
- All heap size changes are at your own risk! Change the heap size only if you know exactly what you are doing. In the case of improper configuration, the UMS Console will be unable to run.
- Reducing the memory may affect the function of the UMS and is NOT recommended.
- Save the changes.
- Restart the UMS Console.
...