You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by st...@apache.org on 2015/01/29 22:23:20 UTC

svn commit: r1655864 - /sling/trunk/bundles/extensions/discovery/impl/pom.xml

Author: stefanegli
Date: Thu Jan 29 21:23:20 2015
New Revision: 1655864

URL: http://svn.apache.org/r1655864
Log:
no-jira: configuring 1G for surefire to avoid outofmemory

Modified:
    sling/trunk/bundles/extensions/discovery/impl/pom.xml

Modified: sling/trunk/bundles/extensions/discovery/impl/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/discovery/impl/pom.xml?rev=1655864&r1=1655863&r2=1655864&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/discovery/impl/pom.xml (original)
+++ sling/trunk/bundles/extensions/discovery/impl/pom.xml Thu Jan 29 21:23:20 2015
@@ -47,6 +47,7 @@
                  <artifactId>maven-surefire-plugin</artifactId>
 	  	 <configuration>
        		 	<redirectTestOutputToFile>false</redirectTestOutputToFile>
+            <argLine>-Xmx1024m</argLine>
         	 </configuration>
             </plugin>
             <plugin>