Author: chatellier Date: 2009-09-18 09:20:10 +0000 (Fri, 18 Sep 2009) New Revision: 2635 Modified: isis-fish/trunk/src/main/assembly/go.bat isis-fish/trunk/src/main/assembly/go.sh Log: Passage a 1G0 de ram par defaut Modified: isis-fish/trunk/src/main/assembly/go.bat =================================================================== --- isis-fish/trunk/src/main/assembly/go.bat 2009-09-18 09:10:41 UTC (rev 2634) +++ isis-fish/trunk/src/main/assembly/go.bat 2009-09-18 09:20:10 UTC (rev 2635) @@ -1 +1 @@ -java -Xmx512M -Djava.library.path=jri -DR.type=jni -jar ${project.build.finalName}.${project.packaging} %1 %2 %3 %4 %5 %6 %7 %8 %9 > debug.txt \ No newline at end of file +java -Xmx1024M -Djava.library.path=jri -DR.type=jni -jar ${project.build.finalName}.${project.packaging} %1 %2 %3 %4 %5 %6 %7 %8 %9 > debug.txt \ No newline at end of file Modified: isis-fish/trunk/src/main/assembly/go.sh =================================================================== --- isis-fish/trunk/src/main/assembly/go.sh 2009-09-18 09:10:41 UTC (rev 2634) +++ isis-fish/trunk/src/main/assembly/go.sh 2009-09-18 09:20:10 UTC (rev 2635) @@ -1,6 +1,6 @@ #!/bin/sh -MEMORY="-Xmx512M" +MEMORY="-Xmx1024M" JRIARGS="-Djava.library.path=jri -DR.type=jni" java $MEMORY $JRIARGS -jar ${project.build.finalName}.${project.packaging} "$@" &> debug.txt \ No newline at end of file
participants (1)
-
chatellierï¼ users.labs.libre-entreprise.org