Thursday, November 15, 2012

How to increase the Java heap memory for Maven 2 on linux


java.lang.OutOfMemoryError: PermGen space (Maven/Jetty)


If you get an error OutOfMemory error while doing mvn site,  to solve this problem one needs to increase the memory available to JVM (i.e. to Maven -- which invokes Jetty)


Increasing memory by setting env variable

No comments: