You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2014/01/03 11:36:42 UTC

svn commit: r1555045 - /directory/mavibot/trunk/pom.xml

Author: elecharny
Date: Fri Jan  3 10:36:42 2014
New Revision: 1555045

URL: http://svn.apache.org/r1555045
Log:
Increased the memory used by tests, and change the GC settings

Modified:
    directory/mavibot/trunk/pom.xml

Modified: directory/mavibot/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/mavibot/trunk/pom.xml?rev=1555045&r1=1555044&r2=1555045&view=diff
==============================================================================
--- directory/mavibot/trunk/pom.xml (original)
+++ directory/mavibot/trunk/pom.xml Fri Jan  3 10:36:42 2014
@@ -293,7 +293,8 @@
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-surefire-report-plugin</artifactId>
               <configuration>
-                <aggregate>true</aggregate>
+                <aggregate>true</aggregate> 
+                <argLine>-Xmx1024m -XX:+UseConcMarkSweepGC</argLine>
               </configuration>
             </plugin>