mirror of https://github.com/apache/maven.git
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:
parent
cd43889399
commit
808a5b04ad
|
@ -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. -->
|
||||
|
|
Loading…
Reference in New Issue