The heap size of the JVM used by Maven can be changed using the environment variable MAVEN_OPTS.
On Windows : set MAVEN_OPTS=-Xmx512m
On Linux (bash shell) : export MAVEN_OPTS=-Xmx512m
Post a Comment
No comments:
Post a Comment