You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2010/04/09 12:02:04 UTC

svn commit: r932331 - /tuscany/sca-java-2.x/trunk/pom.xml

Author: antelder
Date: Fri Apr  9 10:02:04 2010
New Revision: 932331

URL: http://svn.apache.org/viewvc?rev=932331&view=rev
Log:
Update surefire mem options to see if that can get hudson working without mavenopts

Modified:
    tuscany/sca-java-2.x/trunk/pom.xml

Modified: tuscany/sca-java-2.x/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/pom.xml?rev=932331&r1=932330&r2=932331&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/pom.xml Fri Apr  9 10:02:04 2010
@@ -841,7 +841,7 @@
                         <reportFormat>brief</reportFormat>
                         <useFile>false</useFile>
                         <forkMode>once</forkMode>
-                        <argLine>-ea -Xmx256m</argLine>
+                        <argLine>-ea -Xmx756m -Xms756m -XX:MaxPermSize=512m</argLine>
                     </configuration>
                 </plugin>