Constrain GENERIC_PACK base detection depth (#1528)

This commit is contained in:
Geoff Bourne
2022-05-22 11:35:52 -05:00
committed by GitHub
parent f67d3948d2
commit 3e3abda71e
5 changed files with 22 additions and 20 deletions

View File

@@ -122,8 +122,8 @@ if [ -n "$JVM_DD_OPTS" ]; then
done
fi
if isTrue ${ENABLE_JMX}; then
: ${JMX_PORT:=7091}
if isTrue "${ENABLE_JMX}"; then
: "${JMX_PORT:=7091}"
JVM_OPTS="${JVM_OPTS}
-Dcom.sun.management.jmxremote.local.only=false
-Dcom.sun.management.jmxremote.port=${JMX_PORT}