----- Original Message -----
From: "Miguel González Castaños" <[EMAIL PROTECTED]>
To: "Ant Users List" <[EMAIL PROTECTED]>
Sent: Friday, November 22, 2002 8:48 AM
Subject: Re: problems with memory


> Hello again,
>
>  I have used verbose mode and if anyone wants me to send over the log
file,
> please ask me.
>
>  About the memory option, I cant find in neither javac or ant compiler
where
> the -maxmemory option is. Please give me a few more details.
>
>  Many thanks in advance

Hi again,
so if you want to set the javac memory options, see javac -h
there will be something like -xms = enoughmemory.

If your are using your targets see, that you are able to set the
<jvmargs = -Xms= XYZm /> for the task you are using.

Otherwise it is possible to set maxmemory = XYZ in a task.

HTH
Markus










--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to