diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-05-09 18:10:38 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-05-09 18:10:38 +0000 |
commit | efcb3a4ecbee6c2a46a2f745867477c4b69c0612 (patch) | |
tree | d35d5e1f93390fe80cf6aa6d96487a7a329f3405 /sca-java-2.x/trunk/testing | |
parent | e4cc82779a9afe5ccb382c923265ea24608c26ef (diff) |
Remove default command line memory settings
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101129 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/testing')
-rw-r--r-- | sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml | 1 |
1 files changed, 0 insertions, 1 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 ec54decec3..579496c03a 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 @@ -86,7 +86,6 @@ <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>
-->
|