From: Andrew C. Oliver Date: Sun, 14 Apr 2002 12:38:23 +0000 (+0000) Subject: increased vm heap...solve out of memory error...sympathy to the memory X-Git-Tag: REL_1_5_0~59 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=82f535e86e9698531844adde3eabeed116ad343b;p=poi.git increased vm heap...solve out of memory error...sympathy to the memory impaired git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352410 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/tools/antipede/bin/ant b/tools/antipede/bin/ant index b79123dfe9..37bbb29af0 100644 --- a/tools/antipede/bin/ant +++ b/tools/antipede/bin/ant @@ -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 "$@"