o Increased heap memory for embedded tests

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1056421 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2011-01-07 17:55:20 +00:00
parent 981d7365c1
commit 4614c06a8c
1 changed files with 1 additions and 1 deletions

View File

@ -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. -->