Re: mvn tomcat:deploy: Out of Memory Error

2009-02-16 Thread Ole Ersoy
Super - Thanks - The following did the trick: export MAVEN_OPTS=-Xms64m -Xmx900m Ole - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

mvn tomcat:deploy: Out of Memory Error

2009-02-15 Thread Ole Ersoy
Hi, I get the following when running (On linux) mvn tomcat:deploy [ERROR] FATAL ERROR [INFO] [INFO] Java heap space [INFO] [INFO] Trace

Re: mvn tomcat:deploy: Out of Memory Error

2009-02-15 Thread Paul Benedict
Perhaps you're running out of memory seriously. Set the MAVEN_OPTS environment variable to something larger than 64M (the default) and try again. Example: set MAVEN_OPTS=-Xms64m -Xmx90m Paul On Sun, Feb 15, 2009 at 10:19 PM, Ole Ersoy ole.er...@gmail.com wrote: Hi, I get the following