On Thu, 31 Oct 2002, Markus Dettori <[EMAIL PROTECTED]> wrote: > Where can I give ant a reasonable amount of memory. > I just tried to give ant a little bit more inside ant.sh, > with no results.
There is no ant.sh in Ant. Using Ant's wrapper script, setting the environment variable ANT_OPTS to -Xmx512m should give Ant 512 MB of memory, adjust to your liking. > I even tried to start the server in a different console, all alone! Which server??? Stefan -- To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:ant-user-help@;jakarta.apache.org>
