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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jul 31 15:22:40 EDT 2009


Author: ALRubinger
Date: 2009-07-31 15:22:39 -0400 (Fri, 31 Jul 2009)
New Revision: 91898

Modified:
   projects/embedded/trunk/build/pom.xml
Log:
[EMB-41] Bump permanent generation ceiling to allow for loading more reflective data

Modified: projects/embedded/trunk/build/pom.xml
===================================================================
--- projects/embedded/trunk/build/pom.xml	2009-07-31 19:09:33 UTC (rev 91897)
+++ projects/embedded/trunk/build/pom.xml	2009-07-31 19:22:39 UTC (rev 91898)
@@ -87,6 +87,9 @@
             <include>**/*TestSuite.java</include>
           </includes>
           <forkMode>always</forkMode>
+          <!-- Required to bump the space for relective data like
+               classes, methods, etc.  EMB-41 -->
+          <argLine>-XX:MaxPermSize=256m</argLine>
         </configuration>
       </plugin>
 




More information about the jboss-cvs-commits mailing list