Hi,

-----Original Message-----
From: PHILIPPE Johan [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 14, 2007 8:45 AM
To: Ant Users List; Mitja B.
Subject: RE: Xms memory limit problem

/*
There is indeed an attribute to set the maximum memory,
But for minimum (starting) memory use:

<jvmarg value="-Xms64M"/>
*/

there IS an attribute for Xms also, see Ant manual =

"...
memoryInitialSize
The initial size of the memory for the underlying VM, if javac is run
externally;
ignored otherwise. Defaults to the standard VM memory setting
memoryMaximumSize The maximum size of the memory for the underlying VM,
if javac is run externally; ignored otherwise. Defaults to the standard
VM memory setting.
..."

Regards, Gilbert

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

Reply via email to