Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Symptom

...
Writing report...
Excception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
         at org.apache.xmlbeans.impl.store.Saver$TextSaver.resize(Saver.java:1701)
         ... etc.

Cause

The S2PX Java process has run out of memory.

Solution

Edit your mettelci command script to double the Java memory allocation pool.

  • On WINDOWS edit the file mettleci.cmd

  • On UNIX edit the file mettleci

Towards the bottom of the script change…

JAVA_OPTIONS="-Xms32m -Xmx512m"

to

set JAVA_OPTIONS="-Xms32m -Xmx1024m"

Notice there is no space between -Xmx and 1024m.

Your change will be effective immediately.

  • No labels