Loading

Verify InitialRAMPercentage Value in Runtime Fabric Mule Application

Fecha de publicación: Jun 25, 2026
Tarea

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.

Pasos
  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}
Número del artículo de conocimiento

005387662

 
Cargando
Salesforce Help | Article