Allocating Java Memory to iWay Big Data Integrator

The iWayBigDataIntegrator.ini file resides in the same folder as the iWayBigDataIntegrator.exe file, which is the root folder where iWay Big Data Integrator (iBDI) is installed.

Only the properties that are specified in this section can be modified. The properties are specified according to the Eclipse properties format. For more information, see the following website:

https://wiki.eclipse.org/Eclipse.ini

The iBDI national language settings are:

-nl
en_us

Only use these settings if iBDI projects are very large and memory or performance issues have occurred. Ensure that the underlying operating system has the amount of free memory available as specified in the following parameters. The iBDI memory settings are:

-XX Garbage collector heap size
-XX:MaxPermSize=256M
-Xms       set initial Java heap size
-Xms512M
-Xmx       set maximum Java heap size
-Xmx2048M

For more information on the memory parameter definitions and memory tuning, see the Oracle Java Virtual Machine (JVM) documentation.