Author: bentmann
Date: Sun Oct 9 18:37:01 2011
New Revision: 1180683
URL: http://svn.apache.org/viewvc?rev=1180683&view=rev
Log:
o Increased perm gen mem for embedded tests
Modified:
maven/core-integration-testing/trunk/core-it-suite/pom.xml
Modified: maven/core-integration-testing/trunk/core-it-suite/pom.xml
URL:
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/pom.xml?rev=1180683&r1=1180682&r2=1180683&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-suite/pom.xml Sun Oct 9
18:37:01 2011
@@ -63,7 +63,7 @@ under the License.
-->
<properties>
- <surefireMemory>-Xmx384m -XX:MaxPermSize=128m</surefireMemory>
+ <surefireMemory>-Xmx384m -XX:MaxPermSize=192m</surefireMemory>
<!-- The original Maven distribution to test. -->
<mavenHome>${maven.home}</mavenHome>
<!-- The (possibly instrumented copy of the) Maven distribution we
actually use for the tests. -->