Skip to main content
Hitachi Vantara Lumada and Pentaho Documentation

Increase the Memory Limit in PDI

Pentaho Data Integration's startup script uses the default memory settings for your Java environment, which may be insufficient for your work. If you're experiencing an OutOfMemory exception, you must increase the amount of heap space available to PDI by changing the Java options that set memory allocation. Follow the directions below to accomplish this.

  1. Exit Spoon if it is currently running.
  2. Edit your Spoon startup script and modify the -Xmx value so that it specifies a larger upper memory limit.
    PENTAHO_DI_JAVA_OPTIONS="-Xmx2g -XX:MaxPermSize=256m"
  3. Start Spoon and ensure that there are no memory-related exceptions.

The Java virtual machine instance that the Pentaho Server uses now has access to more heap space, which should solve OutOfMemory exceptions and increase performance.