[java-idp-jetty-base] 01/03: IDP-1110 - Remove deprecated MaxPermSize Java option

Tom Zeller tzeller at dragonacea.biz
Mon Apr 23 19:29:24 EDT 2018


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

tzeller pushed a commit to branch 9.4
in repository java-idp-jetty-base.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.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