Maven heap size
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
Categories: Solutions Log
Hey…Thanks a lot…i worked very fine for me…Thanks again…
Thanks for the info.. worked great.