Friday 9 November 2007

Maven OutOfMemory

    [javac] The system is out of resources.
    [javac] Consult the following stack trace for details.
    [javac] java.lang.OutOfMemoryError
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------



The solution : MAVEN_OPTS=-Xmx512m

No comments: