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 rmic is running out of memory when run in an ivy-managed subant Run, but not when run standalone. So something is eating up lots of memory, and rmic is the symptom, not the problem. Same problem on

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? We

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 rmic is running out of memory when run in an ivy-managed subant Run, but not when run standalone. So something is eating up lots of memory, and rmic is the symptom, not the

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