Maven heap size
August 25th, 2008
The heap size of the Jvm used by Maven (invoked via mvn.bat) can be changed using MAVEN_OPTS parameter at the OS level. For windows, this would be an environment variable.
Variable name: MAVEN_OPTS
Variable value: -Xmx512m

Hey…Thanks a lot…i worked very fine for me…Thanks again…
Thanks for the info.. worked great.