[java-idp-plugin-jetty] 33/186: IDP-1110 - Remove deprecated MaxPermSize Java option
Rod Widdowson
rdw at steadingsoftware.com
Thu Jul 24 15:56:24 UTC 2025
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch dev/foo
in repository java-idp-plugin-jetty.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-jetty.git;a=commit;h=8e093b30e56a0c2cdc631420c5abf81034848bdf
commit 8e093b30e56a0c2cdc631420c5abf81034848bdf
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Apr 23 18:21:22 2018 -0500
IDP-1110 - Remove deprecated MaxPermSize Java option
Jetty 9.4 requires Java 8+ which ignores MaxPermSize.
https://issues.shibboleth.net/jira/browse/IDP-1110
---
src/main/resources/jetty-base/modules/idp.mod | 3 ---
1 file changed, 3 deletions(-)
diff --git a/src/main/resources/jetty-base/modules/idp.mod b/src/main/resources/jetty-base/modules/idp.mod
index ccebf94..de93743 100644
--- a/src/main/resources/jetty-base/modules/idp.mod
+++ b/src/main/resources/jetty-base/modules/idp.mod
@@ -43,6 +43,3 @@ tmp/
# for handling larger (> 25M) metadata files but you will need to test on
# your particular metadata configuration
# -Xmx1500m
-
-# Maximum amount of memory allowed for the JVM permanent generation (Java 7 only)
-# -XX:MaxPermSize=128m
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list