Re: 1.7 Memory usage > 1.6.5 Memory usage

2006-04-18 Thread Alexey Solofnenko
The change you mentioned would only affect performance, not memory usage. Have you tried to run ANT in any profiler to see where most of the memory is allocated? - Alexey. On 4/18/06, Kev Jackson <[EMAIL PROTECTED]> wrote: > > Just trying to reduce the amount of temporary objects created on the >

1.7 Memory usage > 1.6.5 Memory usage

2006-04-18 Thread Kev Jackson
Just trying to reduce the amount of temporary objects created on the heap to resolve this OutOfMemory issue with AppFuse, and with the 1.6.5 source, I can reduce memory consumption by putting a guard around when Strings are created for logging eg: log("Copying "+fromFile+" to "+toFile, verbosi