Re: Memory Leak on Solaris?

2006-05-09 Thread Ritesh Trivedi
for(int i=0; i How are you starting your java app? Are you using any memory options? What does your app do? Sorta difficult to say for sure without more information. Ritesh Trivedi wrote: Hi, I am using j2sdk 1.4.2_10 and Ant 1.6.5. I am using Ant Java API and calling and executing Ant target

Re: Memory Leak on Solaris?

2006-05-08 Thread Ritesh Trivedi
Hi, I am using j2sdk 1.4.2_10 and Ant 1.6.5. I am using Ant Java API and calling and executing Ant target from within my java program. I am seeing Out Of Memory errors on Solaris on Windows 2000 it works perfectly fine - no leaks. Any advise or pointers? Thanks Ritesh On 7/18/05, Ritesh

Memory Leak?

2005-07-18 Thread Ritesh Trivedi
Hi, I am experiencing memory leak while executing Ant targets multiple times from java program. It seems to me that the classloader instances are lying around and takes heap space for each run. Any fixes for the issue? Thanks Ritesh --