You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2011/07/12 21:54:13 UTC

svn commit: r1145740 - /tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml

Author: rfeng
Date: Tue Jul 12 19:54:13 2011
New Revision: 1145740

URL: http://svn.apache.org/viewvc?rev=1145740&view=rev
Log:
Add the memory settings to avoid OutOfMemory issue during the build

Modified:
    tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml

Modified: tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml?rev=1145740&r1=1145739&r2=1145740&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml Tue Jul 12 19:54:13 2011
@@ -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>