Re: Out of mermory

2004-08-23 Thread Shinobu Kawai
Hi Mirabito, > How do I resolve an out of memory when building a site. This is what I > get on the console. The machine has 1GB of physical memory. Are there > any arguments I can pass to maven. You can set MAVEN_OPTS to something like "-Xmx512m" and it will be passed to the JVM. Best regards,

RE: Out of mermory

2004-08-23 Thread Mirabito, Massimo
Hi, Just wanted to drop a note and thank you for your tip. It has fixed my problem. -max -Original Message- From: mruff [mailto:[EMAIL PROTECTED] Sent: Monday, August 23, 2004 11:06 To: Maven Users List Subject: Re: Out of mermory Hi Massimo yep, there is a property: MAVEN_OPTS My

Re: Out of mermory

2004-08-23 Thread mruff
Hi Massimo yep, there is a property: MAVEN_OPTS My build scripts loos like: set MAVEN_OPTS=-Xmx1024m call maven -Dversion=development on windows or export MAVEN_OPTS=-Xmx1024m maven -Dversion=development on linux Hi, How do I resolve an out of memory when building a site. This is what I get on th

Out of mermory

2004-08-23 Thread Mirabito, Massimo
Hi, How do I resolve an out of memory when building a site. This is what I get on the console. The machine has 1GB of physical memory. Are there any arguments I can pass to maven. Root cause java.lang.OutOfMemoryError Root cause java.lang.OutOfMemoryError Final Memory: 157M/158M