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
This commit is contained in:
parent
e0abc16e52
commit
e3e60995e7
@ -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 "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user