[ 
https://issues.apache.org/jira/browse/KARAF-6480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17008245#comment-17008245
 ] 

ASF subversion and git services commented on KARAF-6480:
--------------------------------------------------------

Commit 5cbb025588f289d4d741fd9847a978e40deae6f8 in karaf's branch 
refs/heads/karaf-4.2.x from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=5cbb025 ]

[KARAF-6480] Remove deprecated perm size JVM options

(cherry picked from commit 27917b34aae296a7f99b64cb92dc8563689276fb)


> Permgen JVM options still being used on Windows
> -----------------------------------------------
>
>                 Key: KARAF-6480
>                 URL: https://issues.apache.org/jira/browse/KARAF-6480
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf
>    Affects Versions: 4.2.7
>            Reporter: Richard Sands
>            Assignee: Jean-Baptiste Onofré
>            Priority: Minor
>             Fix For: 4.3.0, 4.2.8
>
>
> The -XX:PermSize and -XX:MaxPermSize options are still being set in 
> karaf.bat, but they are deprecated in Java 8+ and ignored in Java 11+.
> The equivalent parameters were handled for Linux in KARAF-3945.
> These JVM parameters are deprecated starting in Java 8 but are "still 
> accepted and acted upon" through Java 10:
> [https://docs.oracle.com/javase/8/docs/technotes/tools/windows/java.html]
> [https://docs.oracle.com/javase/10/tools/java.htm]
> Starting in Java 11, these options are "accepted but ignored":
> [https://docs.oracle.com/en/java/javase/11/tools/java.html]
> And they are still accepted through the latest: Java 13.
> These options would ideally (for me) be replaced with the equivalent 
> Metaspace parameters -XX:MetaspaceSize and -XX:MaxMetaspaceSize. More info:
> [https://blogs.oracle.com/poonam/about-g1-garbage-collector,-permanent-generation-and-metaspace]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to