Is there any problem when disabling log4j2 jmx?
My web server is using CF2021 update18 (Log4j version 2.20.0: jmx enabled default: -Dlog4j2.disable.jmx=false).
-When I set metaspace = 256, the memory has nearly 2 million elements of org.apache.logging.log4j.core.jmx.LoggerContextAdmin (watched by jmap -dump).
-When metaspace = 512, the memory drops to about more than 500 thousand elements.
-When disabling jmx (-Dlog4j2.disable.jmx=true, Log4j Starting in version 2.24.0 JMX support is disabled by default), the memory no longer has .jmx.LoggerContextAdmin (as expected to reduce memory).
So my question is: When disabling jmx, will it affect coldfusion? (my web server)
※I hope it doesn't affect anything my web server
Best regards.
