RE: Setting Java heap space

2009-10-20 Thread Manu Dhanda
Setting java heap space from command line: set MAVEN_OPTS= -Xms512m -Xmx512m -XX:MaxPermSize=1024m -Manu. justinedelson wrote: Did you read this thread: http://www.nabble.com/-Maven%27s-memory--How-to-avoid-adding-the-MAVEN_OPTS-variable--td25788729.html This should answer most

RE: Setting Java heap space

2009-10-08 Thread Edelson, Justin
@maven.apache.org Subject: Setting Java heap space Hi all, I'm having some issues with Java heap space. To get around this I have added the line MAVEN_OPTS=-Xmx128m to my mvn.bat file. However, I would prefer to set it on a project by project basis or even on command line. Is it possible to pass

Re: Setting Java heap space

2009-10-08 Thread Lionel van den Berg
Subject: Setting Java heap space Hi all, I'm having some issues with Java heap space. To get around this I have added the line MAVEN_OPTS=-Xmx128m to my mvn.bat file. However, I would prefer to set it on a project by project basis or even on command line. Is it possible to pass

Re: Setting Java heap space

2009-10-08 Thread Lionel van den Berg
From: Lionel van den Berg [mailto:lion...@gmail.com] Sent: Thu 10/8/2009 12:18 AM To: users@maven.apache.org Subject: Setting Java heap space Hi all, I'm having some issues with Java heap space. To get around this I have added the line MAVEN_OPTS=-Xmx128m

Setting Java heap space

2009-10-07 Thread Lionel van den Berg
Hi all, I'm having some issues with Java heap space. To get around this I have added the line MAVEN_OPTS=-Xmx128m to my mvn.bat file. However, I would prefer to set it on a project by project basis or even on command line. Is it possible to pass it as an argument when running mvn ...? Or can it