Skip to content

Commit

Permalink
Add the memory settings to avoid OutOfMemory issue during the build
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/tuscany/sca-java-2.x/trunk@1145740 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
raymondfeng committed Jul 12, 2011
1 parent dcc3b58 commit ee6bd3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/compliance-tests/java-caa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ee6bd3c

Please sign in to comment.