[embjopr-commits] EMBJOPR SVN: r128 - trunk/jsfunit.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Mon Feb 2 19:21:21 EST 2009


Author: ozizka at redhat.com
Date: 2009-02-02 19:21:21 -0500 (Mon, 02 Feb 2009)
New Revision: 128

Modified:
   trunk/jsfunit/pom.xml
Log:
Added: -XX:MaxPermSize=512 for AS 5  - Seam kept throwing OutOfMemoryException.

Modified: trunk/jsfunit/pom.xml
===================================================================
--- trunk/jsfunit/pom.xml	2009-02-02 15:14:56 UTC (rev 127)
+++ trunk/jsfunit/pom.xml	2009-02-03 00:21:21 UTC (rev 128)
@@ -237,6 +237,12 @@
                            <jsfunit.deploy.dir>${basedir}/target/jboss5x/deploy</jsfunit.deploy.dir>
                         </systemProperties>
                      </container>
+                     <!-- Raise permgen size -->
+                     <configuration>
+                       <properties>
+                         <cargo.jvmargs>-XX:MaxPermSize=512</cargo.jvmargs>
+                       </properties>
+                     </configuration>
                   </configuration>
                   <executions>
                      <execution>




More information about the embjopr-commits mailing list