You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by du...@apache.org on 2021/04/13 14:49:51 UTC

[brooklyn-server] branch fix-mem created (now a184470)

This is an automated email from the ASF dual-hosted git repository.

duncangrant pushed a change to branch fix-mem
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git.


      at a184470  Modify surefire plugin opts

This branch includes the following new commits:

     new a184470  Modify surefire plugin opts

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[brooklyn-server] 01/01: Modify surefire plugin opts

Posted by du...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

duncangrant pushed a commit to branch fix-mem
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git

commit a184470dc9456e89eb7862ac454f950460bc03c2
Author: Duncan Grant <du...@cloudsoft.io>
AuthorDate: Tue Apr 13 15:49:20 2021 +0100

    Modify surefire plugin opts
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 171a4b8..071111d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -832,7 +832,7 @@
                     <artifactId>maven-surefire-plugin</artifactId>
                     <version>${surefire.version}</version>
                     <configuration>
-                         <argLine>-Xms768m -Xmx768m -verbose:gc -XX:SoftRefLRUPolicyMSPerMB=1</argLine>
+                         <argLine>-Xms768m -Xmx768m -XX:+CMSClassUnloadingEnabled -XX:+UseConcMarkSweepGC -verbose:gc -XX:SoftRefLRUPolicyMSPerMB=1</argLine>
                     </configuration>
                 </plugin>
                 <plugin>