You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by rd...@apache.org on 2010/08/10 15:09:43 UTC

svn commit: r983981 - /myfaces/extensions/validator/trunk/test-modules/pom.xml

Author: rdebusscher
Date: Tue Aug 10 13:09:43 2010
New Revision: 983981

URL: http://svn.apache.org/viewvc?rev=983981&view=rev
Log:
EXTVAL-100 tests memory consumption

Modified:
    myfaces/extensions/validator/trunk/test-modules/pom.xml

Modified: myfaces/extensions/validator/trunk/test-modules/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/trunk/test-modules/pom.xml?rev=983981&r1=983980&r2=983981&view=diff
==============================================================================
--- myfaces/extensions/validator/trunk/test-modules/pom.xml (original)
+++ myfaces/extensions/validator/trunk/test-modules/pom.xml Tue Aug 10 13:09:43 2010
@@ -175,6 +175,8 @@
                         <exclude>**/*Bean.java</exclude>
                     </excludes>
 					<useSystemClassLoader>true</useSystemClassLoader>
+					<forkMode>once</forkMode>
+					<argLine>-Xmx1024m -XX:MaxPermSize=512m</argLine>					
                 </configuration>
             </plugin>
         </plugins>