[java-idp-tomcat-base] 06/07: Use default garbage collector

Tom Zeller tzeller at dragonacea.biz
Tue May 2 22:18:31 UTC 2023


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch 9.0
in repository java-idp-tomcat-base.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-tomcat-base.git;a=commit;h=927ebeb66503ff847f2b82cca31975bf9cbeac7e

commit 927ebeb66503ff847f2b82cca31975bf9cbeac7e
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue May 2 17:16:52 2023 -0500

    Use default garbage collector
    
    Which as of Java 11 is G1GC.
---
 src/main/resources/tomcat-base/bin/setenv.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/tomcat-base/bin/setenv.sh b/src/main/resources/tomcat-base/bin/setenv.sh
index 23bd4fb..a88f2b6 100755
--- a/src/main/resources/tomcat-base/bin/setenv.sh
+++ b/src/main/resources/tomcat-base/bin/setenv.sh
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-export "CATALINA_OPTS=$CATALINA_OPTS -XX:+UseG1GC -Didp.home=/opt/shibboleth-idp"
\ No newline at end of file
+export "CATALINA_OPTS=$CATALINA_OPTS -Didp.home=/opt/shibboleth-idp"
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list