[jboss-cvs] JBossAS SVN: r96600 - projects/embedded/trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Nov 19 18:01:55 EST 2009


Author: ALRubinger
Date: 2009-11-19 18:01:54 -0500 (Thu, 19 Nov 2009)
New Revision: 96600

Modified:
   projects/embedded/trunk/build/pom.xml
Log:
[EMB-18] Increase PermGen size used in tests

Modified: projects/embedded/trunk/build/pom.xml
===================================================================
--- projects/embedded/trunk/build/pom.xml	2009-11-19 22:43:55 UTC (rev 96599)
+++ projects/embedded/trunk/build/pom.xml	2009-11-19 23:01:54 UTC (rev 96600)
@@ -72,7 +72,7 @@
           <optimize>true</optimize>
           <compilerVersion>1.6</compilerVersion>
           <fork>true</fork>
-          <argLine>-Xmx512M</argLine>
+          <argLine>-Xmx512M -XX:MaxPermSize=256M -Djava.net.preferIPv4Stack=true</argLine>
           <executable>${JAVA_HOME}/bin/javac</executable>
         </configuration>
       </plugin>




More information about the jboss-cvs-commits mailing list