o Increased perm gen mem for embedded tests

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1180683 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2011-10-09 18:37:01 +00:00
parent cd43889399
commit 808a5b04ad
1 changed files with 1 additions and 1 deletions

View File

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