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
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
0 comments:
Post a Comment