Skip to main content

ARIS Technical Help

Extend memory for ARIS Connector for SAP Solutions

You can adjust the configuration, for example, the maximum heap size. To do this, you can edit the custom_wrapper.conf file. The file is located in the <ARIS Connector for SAP Solutions> installation directory>\wrapper\conf\ folder.

A default configuration is available in the wrapper.conf file located in the same directory.

Current configurations

Property

Description

Property in wrapper.conf

Property in custom_wrapper.conf

wrapper.java.maxmemory

Maximum Java Heap Size (in MB)

wrapper.java.maxmemory=8192

Not available

Example 4.

If you want to increase the maximum Java Heap Size to 16384 MB, in the custom_wrapper.conf file, you must set the property wrapper.java.maxmemory=16384.

Note that your settings in the custom_wrapper.conf file overwrite the properties configured in the wrapper.conf file.