summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2011-07-12 19:54:13 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2011-07-12 19:54:13 +0000
commit12789e592c3a6c3b76727317d06cf326e8011a0b (patch)
treebb122d6e01f9a220e112237f1bf4a57f59ec04cb /sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml
parentfbcd4c322ba39715d1ba5e88b88a7ebd7342656d (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
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml1
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>