Loading
Upcoming Mandatory Changes to Public Key Infrastructure (PKI)Read More
Salesforce Enforces New Security Requirements in Summer 2026Read More

Verify InitialRAMPercentage Value in Runtime Fabric Mule Application

Publish Date: Jun 25, 2026
Task

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.

Steps
  1. Get access to execute commands inside the containers within the kubernetes cluster, either via CLI (kubectl, oc) or UI.
  2. Below is an example with kubectl. Execute this command inside the mule application pod to verify the value.
> 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}
Knowledge Article Number

005387662

 
Loading
Salesforce Help | Article