Maven PermGen space OutOfMemoryError issue
If you get something like
export MAVEN_OPTS="-Xmx1g -XX:MaxPermSize=512m"
[ERROR] PermGen space -> [Help 1]...try doing this to resolve this OutOfMemoryError issue:
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
export MAVEN_OPTS="-Xmx1g -XX:MaxPermSize=512m"
Comments
Post a Comment