Re: ant memory leak - not fixed???

2006-03-16 Thread Xiangzhou Wang
memory. Can you run it in > forked mode? > > - Alexey. > > Xiangzhou Wang wrote: > > No, still the same. > > > > > > --- EJ Ciramella <[EMAIL PROTECTED]> wrote: > > > > > >> Would incremental garbage cleanup help? > >>

RE: ant memory leak - not fixed???

2006-03-16 Thread Xiangzhou Wang
No, still the same. --- EJ Ciramella <[EMAIL PROTECTED]> wrote: > Would incremental garbage cleanup help? > ANT_OPTS=-Xincgc > > > > -Original Message- > From: Xiangzhou Wang [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 16, 2006 1:15 PM > To: u

ant memory leak - not fixed???

2006-03-16 Thread Xiangzhou Wang
Hi, I know it is not a new problem. I am using ant 1.6.5 to compile large number of java files pre-generated from jsp pages with tomcat 5.5.15 jspC. The total number of bytes of these java files is around 150 MB, total class is 40MB, total lib (exclude java) is 21MB. I am using ant only, NO IDE