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