From e3e60995e722c7303334726fc5236a51fc0a70fc Mon Sep 17 00:00:00 2001 From: "Andrew C. Oliver" Date: Sun, 14 Apr 2002 12:38:23 +0000 Subject: [PATCH] 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 --- tools/antipede/bin/ant | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/antipede/bin/ant b/tools/antipede/bin/ant index b79123dfe..37bbb29af 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 "$@"