Author: ozizka(a)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>
Show replies by date