Re: memory profiling Ant

2007-01-11 Thread Dominique Devienne
So considering you're asking for it I think we can manage to ask a license and put a logo on ant's webpage... Wasn't the answer a no-no when Peter asked about this recently? --DD - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: memory profiling Ant

2007-01-11 Thread Stephane Bailliez
Steve Loughran wrote: What's the best way to memory profile Ant? We have an interesting problem at work where is running out of memory when run in an ivy-managed Run, but not when run standalone. So something is eating up lots of memory, and is the symptom, not the problem. Same problem

Re: memory profiling Ant

2007-01-11 Thread Peter Reilly
I have used the -XX:+HeapDumpOnOutOfMemoryError option in ANT_OPTS, caused the OOM, and run yourkit http://www.yourkit.com/changes/index.jsp#memory to analyize the heap file. Pretty nice. Peter On 1/11/07, Steve Loughran <[EMAIL PROTECTED]> wrote: What's the best way to memory profile Ant? W

memory profiling Ant

2007-01-11 Thread Steve Loughran
What's the best way to memory profile Ant? We have an interesting problem at work where is running out of memory when run in an ivy-managed Run, but not when run standalone. So something is eating up lots of memory, and is the symptom, not the problem. Same problem on Ant1.6 and 1.7, java