RE: error from oewizard (swingbench)

  • From: Patrick Hurley <phurley606@xxxxxxxxx>
  • To: oracle-l@xxxxxxxxxxxxx
  • Date: Thu, 3 Dec 2015 10:45:31 +0000

Hi Andrew

The amount of memory that the JVM tries to allocate is configured in the
file launcher\launcher.xml.

Most of the Swingbench apps use the settings under 'base.jvm.args'. Some,
including oewizard, use the settings under 'datagenerator.jvm.arg'. If you
are using 32-bit Java you will need to reduce the Xmx value held there.

I am using 32-bit Java and to get the oewizard to start I made the
following change:

<jvmargset id="datagenerator.jvm.args">
<jvmarg line="-Xmx2048m"/>
<jvmarg line="-Xms512m"/>
</jvmargset>

to:

<jvmargset id="datagenerator.jvm.args">
<jvmarg line="-Xmx1200m"/>
<jvmarg line="-Xms512m"/>
</jvmargset>

Hope this helps

Patrick Hurley
Accenture Enkitec Group

Other related posts: