jboss-openshift / cct_module

CEKit modules shared by OpenShift container images
Apache License 2.0
45 stars 79 forks source link

[RHPAM-2746]Set default JVM Max memory ratio to 80% in BA Operator #376

Closed desmax74 closed 4 years ago

desmax74 commented 4 years ago

https://issues.redhat.com/browse/RHPAM-2746 @tchughesiv @spolti @jakubschwan

spolti commented 4 years ago

I don't think we should change things here, this can be easily changed in our side just by setting the correct env on our images. @jmtd wdyt?

jmtd commented 4 years ago

Yes this would change it for all dependent images, including OpenJDK and others. The BA Operator needs to override the value using a file similar to java-default-options installed by a module specific to that image (creating one if it doesn't already exist)

desmax74 commented 4 years ago

@jmtd Ok, thanks I'll close this PR