From 7c45aa5edbab4a060eb6a7118187d9037b4fb046 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Sat, 26 Jan 2013 11:30:20 -0800 Subject: Bumped partest MaxPermSize to 128m. --- test/partest | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/test/partest b/test/partest index 186c0d1580..dd57137b21 100755 --- a/test/partest +++ b/test/partest @@ -74,9 +74,10 @@ if $cygwin; then EXT_CLASSPATH=`cygpath --path --$format "$EXT_CLASSPATH"` fi -# last arg wins, so if JAVA_OPTS already contains -Xmx or -Xms the -# supplied argument will be used. -JAVA_OPTS="-Xmx1024M -Xms64M $JAVA_OPTS" +# last arg wins, so if JAVA_OPTS already contains one of these options +# the supplied argument will be used. +# At this writing it is reported test/partest --all requires 108m permgen. +JAVA_OPTS="-Xmx1024M -Xms64M -XX:MaxPermSize=128M $JAVA_OPTS" partestDebugStr="" if [ ! -z "${PARTEST_DEBUG}" ] ; then -- cgit v1.2.3