RE: out of memory problem in maven 1.x

2006-11-14 Thread Jeff Jensen
http://maven.apache.org/maven-1.x/reference/command-line.html -Original Message- From: Neeraj Bisht [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 14, 2006 6:25 AM To: Maven Users List Subject: out of memory problem in maven 1.x hi we are compiling our gwt source with maven 1.

Re: out of memory problem in maven 1.x

2006-11-14 Thread Arnaud HERITIER
Set your JVM settings in the environment's variable MAVEN_OPTS For example : MAVEN_OPTS=-Xmx512m Arnaud Neeraj Bisht wrote: > > hi > we are compiling our gwt source with maven 1.x but now our project > is become heaver and on compiling through maven it give out of memory > problem >