RE: error from oewizard (swingbench)

From: Patrick Hurley <phurley606_at_gmail.com>
Date: Thu, 3 Dec 2015 10:45:31 +0000
Message-ID: <CAE37H-QNqfp66Un9DJPvMNWmNU9kgemCPq47+dw71V3GwTaQgA_at_mail.gmail.com>



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

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Dec 03 2015 - 11:45:31 CET

Original text of this message