Re: specifying more memory for the JVM

2004-01-20 Thread Johan Andries
PROTECTED]> Sent: Tuesday, January 20, 2004 4:53 PM Subject: RE: specifying more memory for the JVM > >> How can I specify that the JVM used by Maven may consume more memory? > > > In maven.bat > > Specifically, you can pass an argument to any command-line invocation o

RE: specifying more memory for the JVM

2004-01-20 Thread Lester Ward
>> How can I specify that the JVM used by Maven may consume more memory? > In maven.bat Specifically, you can pass an argument to any command-line invocation of Java, so this is not Maven specific. Maven.bat invokes the JVM with this evil line: %MAVEN_JAVA_EXE% -Djavax.xml.parsers.DocumentBuilde

RE: specifying more memory for the JVM

2004-01-20 Thread Smith, Matt (MAN-Corporate)
Hello, set MAVEN_OPTS=-Xmx512m hth Matt -Original Message- From: Johan Andries [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 20, 2004 10:46 AM To: [EMAIL PROTECTED] Subject: specifying more memory for the JVM Hello, first of all congrats with Maven, a great building tool! I&#x

Re: specifying more memory for the JVM

2004-01-20 Thread Emmanuel Venisse
In maven.bat - Original Message - From: "Johan Andries" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 20, 2004 4:46 PM Subject: specifying more memory for the JVM Hello, first of all congrats with Maven, a great building tool! I've been

specifying more memory for the JVM

2004-01-20 Thread Johan Andries
Hello, first of all congrats with Maven, a great building tool! I've been performing some DbUnit work with Maven today, and I got an "OutOfMemoryError". How can I specify that the JVM used by Maven may consume more memory? I've searched through the Maven docs & options and didn't find any infor