helm3-charts
helm3-charts copied to clipboard
Remove depricated experimental flags from jvm options
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"
thanks. we'll have a look at removing these.