RE: A memory problem in ant or build.xml

2005-04-02 Thread Rainer Noack
Hi Mikael, You can fork the big memory eaters (f.e. with your 1600 sourcefiles or maybe ). Then You can set up your main ant-process with just a small amount of memory (xms and xmx) And give the forked processes as much as they need. Kind Regards Rainer > -Original Message- > From: Mik

Re: A memory problem in ant or build.xml

2005-03-31 Thread Ivan Ivanov
Mikael, as a general rule, it is recommended to avoid s and replace it with HTH Ivan --- "Mikael Petterson (KI/EAB)" <[EMAIL PROTECTED]> wrote: > Hi, > > I am running Apache Ant version 1.6.2 compiled on > July 16 2004 on Solaris 8. > I have about 1600 source files that I build. > > I used ANT_