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 2009/11/19 18:06:46 UTC

svn commit: r882205 - /directory/apacheds/branches/apacheds-schema/pom.xml

Author: elecharny
Date: Thu Nov 19 17:06:45 2009
New Revision: 882205

URL: http://svn.apache.org/viewvc?rev=882205&view=rev
Log:
Modified the surefire configuration to avoid some OOM errors

Modified:
    directory/apacheds/branches/apacheds-schema/pom.xml

Modified: directory/apacheds/branches/apacheds-schema/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/apacheds-schema/pom.xml?rev=882205&r1=882204&r2=882205&view=diff
==============================================================================
--- directory/apacheds/branches/apacheds-schema/pom.xml (original)
+++ directory/apacheds/branches/apacheds-schema/pom.xml Thu Nov 19 17:06:45 2009
@@ -389,6 +389,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-report-plugin</artifactId>
         <configuration>
+          <argLine>-Xmx1024m -XX:MaxPermSize=512m</argLine>
           <aggregate>true</aggregate>
         </configuration>
       </plugin>