Am 11.11.2011 22:32, schrieb Achim Nierbeck:
So to set the PermGen space I'll need to add it as a maven opts parameter then?
Maven also works with two VMs: the Maven Surefire Plugin by default forks a VM for running the unit tests and MAVEN_OPTS only affects the outer VM.
To pass options to the Surefire VM, use <argLine> in the maven-surefire-plugin configuration.
See http://stackoverflow.com/questions/4066424/java-lang-outofmemoryerror-java-heap-space-in-maven
Cheers, Harald _______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
