Skip to content

Commit

Permalink
fix JVM_OPTIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
VGalaxies committed Jul 23, 2024
1 parent 80617bc commit 623ce53
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,7 @@ if [ $(ps -ef|grep -v grep| grep java|grep -cE ${CONF}) -ne 0 ]; then
fi
echo "Starting HugeGraphPDServer..."

JVM_OPTIONS="-Dlog4j.configurationFile=${CONF}/log4j2.xml -Djava.util.logging.manager=org.apache
.logging.log4j.jul.LogManager"
JVM_OPTIONS="-Dlog4j.configurationFile=${CONF}/log4j2.xml -Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager"

# Turn on security check
exec ${JAVA} -Dname="HugeGraphPD" ${JVM_OPTIONS} ${JAVA_OPTIONS} -jar \
Expand Down

0 comments on commit 623ce53

Please sign in to comment.