Author: bentmann Date: Fri Jan 7 17:55:20 2011 New Revision: 1056421 URL: http://svn.apache.org/viewvc?rev=1056421&view=rev Log: o Increased heap memory 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=1056421&r1=1056420&r2=1056421&view=diff ============================================================================== --- maven/core-integration-testing/trunk/core-it-suite/pom.xml (original) +++ maven/core-integration-testing/trunk/core-it-suite/pom.xml Fri Jan 7 17:55:20 2011 @@ -64,7 +64,7 @@ under the License. </scm> <properties> - <surefireMemory>-Xmx256m -XX:MaxPermSize=128m</surefireMemory> + <surefireMemory>-Xmx384m -XX:MaxPermSize=128m</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. -->