]> source.dussan.org Git - poi.git/commitdiff
increased vm heap...solve out of memory error...sympathy to the memory
authorAndrew C. Oliver <acoliver@apache.org>
Sun, 14 Apr 2002 12:38:23 +0000 (12:38 +0000)
committerAndrew C. Oliver <acoliver@apache.org>
Sun, 14 Apr 2002 12:38:23 +0000 (12:38 +0000)
impaired

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352410 13f79535-47bb-0310-9956-ffa450edef68

tools/antipede/bin/ant

index b79123dfe9523e3a581475922e6d359d7df38c0b..37bbb29af0f83fb5a314730cd8c0009618159243 100644 (file)
@@ -143,4 +143,4 @@ if $cygwin; then
   LOCALCLASSPATH=`cygpath --path --windows "$LOCALCLASSPATH"`
 fi
 
-"$JAVACMD" -classpath "$LOCALCLASSPATH" -Dant.home="${ANT_HOME}" $ANT_OPTS org.apache.tools.ant.Main $ANT_ARGS "$@"
+"$JAVACMD" -Xmx128m -classpath "$LOCALCLASSPATH" -Dant.home="${ANT_HOME}" $ANT_OPTS org.apache.tools.ant.Main $ANT_ARGS "$@"