We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e10d94d commit caed34fCopy full SHA for caed34f
script/bin/auto.sh
@@ -164,7 +164,7 @@ PID_FILE="dinky.pid"
164
# Log configuration file path
165
LOG_CONFIG=${APP_HOME}/config/log4j2.xml
166
167
-if [ ${JAVA_VERSION} == "1.8" ];then
+if [ ${JAVA_VERSION} = "1.8" ];then
168
# JVM options G1GC and OOM dump ; Note: Do not set the DisableExplicitGC parameter. Because there is a call to System. gc() in the code.
169
GC_OPT="-XX:+UseG1GC -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+PrintHeapAtGC -XX:+PrintGCCause -Xloggc:${APP_HOME}/logs/gc-%t.log -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=10 -XX:GCLogFileSize=20M"
170
else
0 commit comments