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/20 10:48:02 UTC

git commit: feel stupid to not have seen it before but argLine is not a system prop

Repository: tomee
Updated Branches:
  refs/heads/develop 71a997360 -> 958bb747a


feel stupid to not have seen it before but argLine is not a system prop


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/958bb747
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/958bb747
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/958bb747

Branch: refs/heads/develop
Commit: 958bb747a98bc731dc6ead9d948d896fbbedbf45
Parents: 71a9973
Author: Romain Manni-Bucau <rm...@apache.org>
Authored: Mon Oct 20 10:47:33 2014 +0200
Committer: Romain Manni-Bucau <rm...@apache.org>
Committed: Mon Oct 20 10:47:33 2014 +0200

----------------------------------------------------------------------
 tck/cdi-embedded/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/958bb747/tck/cdi-embedded/pom.xml
----------------------------------------------------------------------
diff --git a/tck/cdi-embedded/pom.xml b/tck/cdi-embedded/pom.xml
index 00fa91e..d110c4f 100644
--- a/tck/cdi-embedded/pom.xml
+++ b/tck/cdi-embedded/pom.xml
@@ -129,13 +129,13 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
+          <argLine>-Xmx512m -XX:PermSize=512m -XX:MaxPermSize=512m</argLine>
           <useFile>false</useFile>
           <disableXmlReport>true</disableXmlReport>
           <suiteXmlFiles>
             <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 -->