Passing JVM arguments to Forge

You can use the --javaArgument flag with Forge to pass VM arguments to the JVM running the Java manipulator.

To pass VM arguments with the --javaArgument flag:

  1. From Endeca Workbench, access the EAC Admin Console page.
  2. On the Components tab, select the Forge component.
  3. Use the --javaArgument flag to pass the desired VM arguments. For example, the following string sets a 2 GB max heap for the JVM:
    --javaArgument -Xmx2g