diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2011-07-12 19:54:13 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2011-07-12 19:54:13 +0000 |
commit | 12789e592c3a6c3b76727317d06cf326e8011a0b (patch) | |
tree | bb122d6e01f9a220e112237f1bf4a57f59ec04cb | |
parent | fbcd4c322ba39715d1ba5e88b88a7ebd7342656d (diff) |
Add the memory settings to avoid OutOfMemory issue during the build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145740 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml b/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml index 579496c03a..6398f4d17f 100644 --- a/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml +++ b/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml @@ -85,6 +85,7 @@ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
+ <argLine>-Xms256m -Xmx1024m</argLine>
<!-- if you want to connect a debugger to a surefire test you can use this
<argLine>-Xms256m -Xmx1024m -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000</argLine>
|