How can I increase the memory allocated to the Output Generator?

You can increase the amount of memory allocated to the Output Generator.

Symptom

The Output Generator is unable to complete large jobs.

Problem

We have large outputs that require more memory.

Solution

  1. On the Output Generator server, edit the conf/wrapper.conf file.
  2. Increase the value set for wrapper.java.maxmemory. For example, to 2048 or 4096.
    # Maximum Java Heap Size (in MB)
    wrapper.java.maxmemory=1280
  3. Click Start > Administrative Tools > Services.
  4. In the Services window, right-click the Output Generator entry. Click Stop.
  5. In the Services window, right-click the Output Generator entry. Click Start.
  6. If the issue remains, increase the memory allocated to the OT. In the data/outgen-init-client.xml file, uncomment out the following line and set the value to 1024:
    <!--<property name="outgen.job.ant.java.memory" value="512m"/>-->
  7. In the Services window, right-click the Output Generator entry. Click Stop.
  8. In the Services window, right-click the Output Generator entry. Click Start.