Given the realization of Peter, maybe we need to embark on
a code review of the tasks, at least the most important
to make sure we do not keep hold or objects unnecessarily.

If you look at the memory utitization numbers I submitted
all of them are like much larger, even before the first script
gets to be ran. I think it may have to do with this issue.

Jose Alberto

[EMAIL PROTECTED]:

Antonie, you are correct........
The script task object is referenced by the wrapper pointer
in RuntimeConfigurable, the RuntimeConfigurable object is referenced by
the UnknownElement, the UnknownElement is referenced by its parent and
it by the target and it by the project.

So tasks in ant are created and never GC'ed - not good.


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

Reply via email to