Increase Memory
Depending on the activity you are performing in 1Integrate, it may be necessary to increase the maximum heap size available to your installation.
Note: Heap size can also be increased at the point of installation. For more on this, please refer to the relevant 1Integrate for WebLogic or WildFly installation documentation.
WebLogic
Heap size allocation is set by the 1Integrate WebLogic installer.
However, after install you can edit the server start arguments to increase or decrease the minimum and maximum available heap size.
Locate the following arguments and adjust the heap size to suit your requirement:
-xmx<heap size>
-xms<heap size>
Note: A server restart is required for the settings to take effect.
Note: For performance reasons it is recommended that your initial heap size matches your maximum heap size.
WildFly
To update the maximum available heap size in a 1Integrate WildFly installation, you can change the start scripts or set an environment variable.
Setting the environment variables
You can set INTEGRATE_ENGINE_OPTS
and INTEGRATE_INTERFACE_OPTS
as environment variables.
If you do this, settings will persist between installations as you will not need to edit the start-up scripts.