[java-idp-tomcat-base] 07/07: Use default garbage collector
Tom Zeller
tzeller at dragonacea.biz
Tue May 2 22:18:32 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=95a755a7c964cd628b2a93f32a87eb754cfad478
commit 95a755a7c964cd628b2a93f32a87eb754cfad478
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue May 2 17:17:31 2023 -0500
Use default garbage collector
Which as of Java 11 is G1GC.
---
src/main/resources/tomcat-base/bin/setenv.bat | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/resources/tomcat-base/bin/setenv.bat b/src/main/resources/tomcat-base/bin/setenv.bat
index 3c55c31..126e0c2 100755
--- a/src/main/resources/tomcat-base/bin/setenv.bat
+++ b/src/main/resources/tomcat-base/bin/setenv.bat
@@ -1 +1 @@
-set "CATALINA_OPTS=%CATALINA_OPTS% -XX:+UseG1GC -Didp.home=/opt/shibboleth-idp"
\ No newline at end of file
+set "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