Menu

Java heap space

Help
wanted
2008-06-17
2013-04-25
  • wanted

    wanted - 2008-06-17

    Hello..

    At the end of execution of a particular jameleon script, Im getting the following error.
    How can I avoid it. Thanks,

    et.sf.jameleon.exception.JameleonScriptException: file:/D:/Jameleon/jameleon-test-suite-3.3-M4/jameleon-test-suite/scripts/xyz.xml:30:117: <ie-session> Java heap space
        at net.sf.jameleon.TestCaseTag.invokeChildren(TestCaseTag.java:667)
        at net.sf.jameleon.TestCaseTag$1.run(TestCaseTag.java:868)
        at net.sf.jameleon.TestCaseTag.executeBody(TestCaseTag.java:929)
        at net.sf.jameleon.TestCaseTag.executeNoCSV(TestCaseTag.java:866)
        at net.sf.jameleon.TestCaseTag.doTag(TestCaseTag.java:815)
        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:262)
        at org.apache.commons.jelly.JellyContext.runScript(JellyContext.java:706)
        at org.apache.commons.jelly.JellyContext.runScript(JellyContext.java:670)
        at org.apache.commons.jelly.JellyContext.runScript(JellyContext.java:579)
        at net.sf.jameleon.ExecuteTestCase.runScript(ExecuteTestCase.java:271)
        at net.sf.jameleon.ui.TestCasePane$ExecuteButtonAction$2.run(TestCasePane.java:293)

     
    • Christian Hargraves

      Well, since you didn't provide the actual nor explain what the script does that _might_ help cause this, the only thing I can recommend it to up the max heap size of the VM. Currently this is set in the jameleon.bat/sh script. You could up it to 256m or even 512m instead of the 128m.

       

Log in to post a comment.