You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2014/10/14 08:42:01 UTC

svn commit: r1631638 - /tomee/tomee/trunk/tck/cdi-embedded/pom.xml

Author: rmannibucau
Date: Tue Oct 14 06:42:00 2014
New Revision: 1631638

URL: http://svn.apache.org/r1631638
Log:
more permsize

Modified:
    tomee/tomee/trunk/tck/cdi-embedded/pom.xml

Modified: tomee/tomee/trunk/tck/cdi-embedded/pom.xml
URL: http://svn.apache.org/viewvc/tomee/tomee/trunk/tck/cdi-embedded/pom.xml?rev=1631638&r1=1631637&r2=1631638&view=diff
==============================================================================
--- tomee/tomee/trunk/tck/cdi-embedded/pom.xml (original)
+++ tomee/tomee/trunk/tck/cdi-embedded/pom.xml Tue Oct 14 06:42:00 2014
@@ -135,6 +135,7 @@
             <suiteXmlFile>src/test/resources/passing.xml</suiteXmlFile>
           </suiteXmlFiles>
           <systemPropertyVariables>
+            <argLine>-Xmx512m -XX:MaxPermSize=512m</argLine>
             <!-- this is a nice perf optimization to have by default but TCKs play with it -->
             <openejb.cdi.applicationScope.cached>false</openejb.cdi.applicationScope.cached>
             <!-- not supported by the spec -->