----- Original Message -----
From: "Magesh Umasankar" <[EMAIL PROTECTED]>
To: "Ant Developers List" <[EMAIL PROTECTED]>
Sent: Tuesday, June 18, 2002 12:37
Subject: Task to perform garbage collection


> Hi,
>
> I propose to create a very simple task named
> <recyclememory/> or <collectgarbage/> that
>
> * invokes System.runFinalization(); and then
> * invokes System.gc();
>
> This gives the build writer a chance to
> suggest to the JVM to free up memory just
> before start of a heavy-weight job, for
> instance.
>

yeah, go for it. have a property to set the memory consumption stats too,
eh?


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

Reply via email to