I have two requests/questions regarding the helm chart:
- Can we define an external HPA metric? Currently, there is only an option for mem/cpu.
- Can we declare a percentage max Java memory commitment instead of an absolute number? Meaning, replace the
-Xmx46G with -XX:MaxRAMPercentage=75.0. This is very useful when changing the VM size to a different memory size. Java will automatically adjust based on the available total memory. Without having to change Xmx.
I have two requests/questions regarding the helm chart:
-Xmx46Gwith-XX:MaxRAMPercentage=75.0. This is very useful when changing the VM size to a different memory size. Java will automatically adjust based on the available total memory. Without having to changeXmx.