Hi Rakesh
The Mendix Operator automatically calculates JVM heap based on the container memory limit by default it sets -Xmx to ~75% of the pod memory. To override this safely, edit the MendixApp CR and add under runtime:
runtime:
customConfiguration: |
{
"JVM_ARGS": "-Xms1g -Xmx3g -XX:+UseG1GC -XX:MaxGCPauseMillis=200"
}
I just now cross check with my devops guys so kindly check and let me know if it helps