For Linux and Solaris, iTest is launched in headless mode with only 64M maximum memory. This affects iTest start up from itestcli.sh, the Aetest Tcl lib and the Tcl Aetest wrapper.
Workaround: Edit the installed 'itestclihelper.sh' script to include the following text:
nohup $ITEST_HOME/jre/bin/java -Xmx256M -Dfile.encoding=UTF-8 -XX:PermSize=64M -XX:MaxPermSize=128M -cp $ITEST_HOME/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar org.eclipse.equinox.launcher.Main -os linux -ws gtk -arch x86 "$@" &
[ Show » ] Rory Latchem - 11/Nov/08 07:23 PM Need to release note this for 3.2: a bug was introduced in iTest 3.2.1 so for Linux and Solaris iTest is launched in headless mode with only 64M maximum memory. This affects iTest start up from itestcli.sh, the Aetest Tcl lib and the Tcl Aetest wrapper The work around is to edit the installed script 'itestclihelper.sh' to include the following: nohup $ITEST_HOME/jre/bin/java -Xmx256M -Dfile.encoding=UTF-8 -XX:PermSize=64M -XX:MaxPermSize=128M -cp $ITEST_HOME/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar org.eclipse.equinox.launcher.Main -os linux -ws gtk -arch x86 "$@" &