[Nice-commit] Nice/bin nicec.bat,1.19,1.20 nicec,1.41,1.42
Brought to you by:
bonniot
|
From: Daniel B. <bo...@us...> - 2005-03-31 21:08:41
|
Update of /cvsroot/nice/Nice/bin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18014/bin Modified Files: nicec.bat nicec Log Message: Bump up initial heap size to 32M. Index: nicec.bat =================================================================== RCS file: /cvsroot/nice/Nice/bin/nicec.bat,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** nicec.bat 16 Jan 2005 01:03:35 -0000 1.19 --- nicec.bat 31 Mar 2005 21:07:56 -0000 1.20 *************** *** 15,19 **** :gotNice ! java -Xms8M -classpath "%NICEPATH%\nice.jar;%CLASSPATH%" nice.tools.compiler.console.dispatch --runtime="%NICEPATH%\nice.jar" %1 %2 %3 %4 %5 %6 %7 %8 %9 :end --- 15,19 ---- :gotNice ! java -Xms32M -classpath "%NICEPATH%\nice.jar;%CLASSPATH%" nice.tools.compiler.console.dispatch --runtime="%NICEPATH%\nice.jar" %1 %2 %3 %4 %5 %6 %7 %8 %9 :end Index: nicec =================================================================== RCS file: /cvsroot/nice/Nice/bin/nicec,v retrieving revision 1.41 retrieving revision 1.42 diff -C2 -d -r1.41 -r1.42 *** nicec 30 Jul 2004 15:38:45 -0000 1.41 --- nicec 31 Mar 2005 21:07:58 -0000 1.42 *************** *** 35,39 **** ## Parsing special command line arguments ! java=${JAVA-java -Xms8M} scriptName="$0" progname=`basename $scriptName` --- 35,39 ---- ## Parsing special command line arguments ! java=${JAVA-java -Xms32M} scriptName="$0" progname=`basename $scriptName` |