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 2016/08/22 07:20:23 UTC

tomee git commit: gc tuning test

Repository: tomee
Updated Branches:
  refs/heads/master 9d9d4cade -> 72bcde6f6


gc tuning test


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

Branch: refs/heads/master
Commit: 72bcde6f607fbad2f48730e2bb51fa3bf7139ecc
Parents: 9d9d4ca
Author: Romain manni-Bucau <rm...@gmail.com>
Authored: Mon Aug 22 09:20:06 2016 +0200
Committer: Romain manni-Bucau <rm...@gmail.com>
Committed: Mon Aug 22 09:20:06 2016 +0200

----------------------------------------------------------------------
 arquillian/arquillian-tomee-tests/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/72bcde6f/arquillian/arquillian-tomee-tests/pom.xml
----------------------------------------------------------------------
diff --git a/arquillian/arquillian-tomee-tests/pom.xml b/arquillian/arquillian-tomee-tests/pom.xml
index 996a6cf..a856f4a 100644
--- a/arquillian/arquillian-tomee-tests/pom.xml
+++ b/arquillian/arquillian-tomee-tests/pom.xml
@@ -275,6 +275,7 @@
                 </goals>
                 <configuration>
                   <skip>${skip.embedded}</skip>
+                  <argLine>-XX:+CMSClassUnloadingEnabled</argLine>
                   <systemPropertyVariables>
                     <tomee.version>${project.version}</tomee.version>
                     <arquillian.launch>tomee-embedded</arquillian.launch>