From: Lennart P. <le...@us...> - 2005-02-20 11:14:06
|
Update of /cvsroot/redpos/RedPOS_third_party/jboss/bin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8234/jboss/bin Modified Files: run.sh run.bat Log Message: Changed default memory flags, now starting with 128M and max is 256M Index: run.sh =================================================================== RCS file: /cvsroot/redpos/RedPOS_third_party/jboss/bin/run.sh,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** run.sh 13 Jan 2005 15:57:20 -0000 1.6 --- run.sh 20 Feb 2005 11:13:57 -0000 1.7 *************** *** 175,179 **** # Setup JBoss sepecific properties # RedPOS ! JAVA_OPTS="$JAVA_OPTS -Xmx128m -Dprogram.name=$PROGNAME -Djava.library.path=$JBOSS_HOME/swt/linux-gtk -Duser.language=sv -Duser.region=SE" # For Cygwin, switch paths to Windows format before running java --- 175,179 ---- # Setup JBoss sepecific properties # RedPOS ! JAVA_OPTS="$JAVA_OPTS -Xms128m -Xmx256m -Dprogram.name=$PROGNAME -Djava.library.path=$JBOSS_HOME/swt/linux-gtk -Duser.language=sv -Duser.region=SE" # For Cygwin, switch paths to Windows format before running java Index: run.bat =================================================================== RCS file: /cvsroot/redpos/RedPOS_third_party/jboss/bin/run.bat,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** run.bat 7 Dec 2004 11:00:20 -0000 1.4 --- run.bat 20 Feb 2005 11:13:57 -0000 1.5 *************** *** 71,75 **** rem Sun JVM memory allocation pool parameters. Uncomment and modify as appropriate. ! rem set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m REM RedPOS --- 71,75 ---- rem Sun JVM memory allocation pool parameters. Uncomment and modify as appropriate. ! set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx256m REM RedPOS |