Fanfare Home | Community Home | Contact Us  

12483 -- Linux and Solaris - itestcli launches with only 64MB memory

Space Search
Searching iTest 3.3 Release Notes
Table of Contents

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 "$@" &

Labels

linux linux Delete
solaris solaris Delete
itestcli itestcli Delete
3_3 3_3 Delete
fixed_in_3_3_1 fixed_in_3_3_1 Delete
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.