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