
We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.
Steps to verify the current (and default, if not explicitly defined) value of InitialRAMPercentage in RTF mule application.
This will be 1/64 of configured memory as a percentage. For 1GB memory, it is expected to be 1.5625.
The default MaxRAMPercentage value is 50.0, and can be confirmed from the container's ps output. The InitialRAMPercentage cannot be verified in the same way.
> kubectl -n <app_namespace> exec <pod_name> -c app -- /usr/bin/java.real -XX:+PrintFlagsFinal -version 2>&1 | grep -i InitialRAMPercentage
double InitialRAMPercentage = 1.562500 {product} {default}005387662