helm3-charts icon indicating copy to clipboard operation
helm3-charts copied to clipboard

Remove depricated experimental flags from jvm options

Open pupseba opened this issue 2 years ago • 1 comments

UseContainerSupport is backported to Java 8u191 and should be used instead of the experimental flags.

https://github.com/sonatype/helm3-charts/blob/775f49bd3d2ea40ccf6d21d891adc6409bd08dbf/charts/nexus-repository-manager/values.yaml#L24

Current configurations that would default to UseContainerSupport can be seen: java -XX:+PrintFlagsFinal grep "InitialRAMPercentage|MinRAMPercentage|UseContainerSupport|MaxRAMPercentage"

pupseba avatar Mar 28 '22 13:03 pupseba

thanks. we'll have a look at removing these.

jflinchbaugh avatar Mar 28 '22 18:03 jflinchbaugh