RE: Running out orf memory

2002-11-19 Thread Alexei Betin
make javac fork another VM, and if yes - it has nothing to do with Ant ~Alexei -Original Message- From: Wade Peeler [mailto:[EMAIL PROTECTED]] Sent: Monday, November 18, 2002 5:00 PM To: [EMAIL PROTECTED] Subject: Running out orf memory We're trying to compile a project

Running out orf memory

2002-11-18 Thread Wade Peeler
We're trying to compile a project consisting of several hundred source files, and we're running out memory. We've tried passing arguments to the VM, like -Xms512M and -Xmx512M but that doesn't seem to be working. Does anyone know how to increase memory to the VM so that Ant doesn't run out

RE: Running out orf memory

2002-11-18 Thread Li, Jerry
we used the following before. -Xms512m -Xmx512m -XX:MaxPermSize=128m -Original Message- From: Wade Peeler [mailto:[EMAIL PROTECTED]] Sent: Monday, November 18, 2002 5:00 PM To: [EMAIL PROTECTED] Subject: Running out orf memory We're trying to compile a project consisting of several

RE: Running out orf memory

2002-11-18 Thread Scott Stirling
In javac task use fork=true and memoryMaximumSize=512m Scott Stirling -Original Message- From: Wade Peeler [mailto:[EMAIL PROTECTED]] Sent: Monday, November 18, 2002 8:00 PM To: [EMAIL PROTECTED] Subject: Running out orf memory We're trying to compile a project consisting

Running out of memory.

2002-08-16 Thread Agrawal, Rajeev
Hi I have 2 questions: 1. I am using ant for compiling around 1500 java files. However, after compiling a few files it says The compiler has run out of memory. Can I specify any options so that it goes through without running out of memory. 2. Some of the java files having the same name

javac: compiler running out of memory

2002-02-01 Thread Zhendi Su
Hi, When I use javac sometimes I get a compiler running out of memory error message. To fix this, I used the memoryMaximumSize=128m fork=True attribute. My javac task is defined as: javac memoryMaximumSize=128m fork=True srcdir=${JAVAC_SRC}/authoring/controller destdir=${okcbasedir}/classes

Re: Running out of Memory

2001-04-05 Thread Jeff
Module" JBuilderTask ProjectPath="./${project.name}" ProjectName="${project.name}" abortOnError="yes" JBuilderExecPath="C:\\JBuilder4\\bin" / /target Bevan Arps wrote: Gidday everyone. I have a problem with my ANT script running out of memory i

Running out of Memory

2001-04-04 Thread Bevan Arps
Gidday everyone. I have a problem with my ANT script running out of memory in mid flight. I have already set -Mx256M and it doesn't help - the problem appears to be that ANT is taking so much memory that other applications (launched through exec/execon) can't work. I'm running Ant 1.3 under