You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2007/10/10 07:11:25 UTC

svn commit: r583358 - /geronimo/server/branches/2.0/testsuite/pom.xml

Author: gawor
Date: Tue Oct  9 22:11:25 2007
New Revision: 583358

URL: http://svn.apache.org/viewvc?rev=583358&view=rev
Log:
need more perm gen space

Modified:
    geronimo/server/branches/2.0/testsuite/pom.xml

Modified: geronimo/server/branches/2.0/testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.0/testsuite/pom.xml?rev=583358&r1=583357&r2=583358&view=diff
==============================================================================
--- geronimo/server/branches/2.0/testsuite/pom.xml (original)
+++ geronimo/server/branches/2.0/testsuite/pom.xml Tue Oct  9 22:11:25 2007
@@ -285,6 +285,14 @@
                                     <configuration>
                                         <logOutput>true</logOutput>
                                         <background>true</background>
+                                        <optionSets>
+                                            <optionSet>
+                                                <id>default</id>
+                                                <options>
+                                                   <option>-XX:MaxPermSize=128m</option>
+                                                </options>
+                                            </optionSet>
+                                        </optionSets>
                                     </configuration>
                                 </execution>
                                 <execution>