Loading

Verify InitialRAMPercentage Value in Runtime Fabric Mule Application

Дата публикации: Jun 25, 2026
Задача

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.

Действия
  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}
Номер статьи базы знаний

005387662

 
Загрузка
Salesforce Help | Article