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 <[email protected]> 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>
