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 2016/11/01 18:58:08 UTC

svn commit: r1767547 - /directory/shared/trunk/pom.xml

Author: elecharny
Date: Tue Nov  1 18:58:08 2016
New Revision: 1767547

URL: http://svn.apache.org/viewvc?rev=1767547&view=rev
Log:
Added some MaxPermSize to calm down Surefire

Modified:
    directory/shared/trunk/pom.xml

Modified: directory/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/pom.xml?rev=1767547&r1=1767546&r2=1767547&view=diff
==============================================================================
--- directory/shared/trunk/pom.xml (original)
+++ directory/shared/trunk/pom.xml Tue Nov  1 18:58:08 2016
@@ -121,7 +121,7 @@
             <aggregate>true</aggregate>
            <forkCount>3</forkCount>
            <reuseForks>true</reuseForks>
-           <argLine>-Xmx2048m -XX:MaxPermSize=256m</argLine>
+           <argLine>-Xmx2048m -XX:MaxPermSize=512</argLine>
           </configuration>
         </plugin>