Docker ColdFusion 2023 XX:MaxRAMPercentage Support?
Hey,
trying to setup CF 2023 / Java 17 to run properly on Kubernetes and while trying to setup jvm.config and setting
-XX:MaxRAMPercentage=70 -XX:InitialRAMPercentage=70
rather than something like
-Xms1024m -Xmx1024m
as it is much easier to manage regarding the pods memory requests, Service is starting just fine but the "Java and JVM" admin console is broken with error
Element JDKPATH is undefined in FORM. The specific sequence of files included or processed is: /opt/coldfusion/cfusion/wwwroot/CFIDE/administrator/settings/jvm.cfm, line: 227
My guess is that console is trying to read -Xms and -Xmx values in a non safe way and should fail gracefully or even better deal with XX:MaxRAMPercentage and XX:InitialRAMPercentage (and others).
Also, would love to know if anybody has more experience on running CF 2023 in Kubernetes and some best practices for it. Really interested on Garbage Collection settings for example.
