Skip to content

Commit

Permalink
[fix](conf) fix be JAVA_OPTS conf apache#18305
Browse files Browse the repository at this point in the history
Co-authored-by: zhangyu209 <zhangyu209@meituan.com>
  • Loading branch information
ZhangYu0123 and zhangyu209 authored Apr 3, 2023
1 parent 03fc41e commit 03e49b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/be.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

PPROF_TMPDIR="$DORIS_HOME/log/"

DATE = `date +%Y%m%d-%H%M%S`
JAVA_OPTS="-Xmx1024m -DlogPath=$DORIS_HOME/log/jni.log -Xloggc:$DORIS_HOME/log/be.gc.log.$CUR_DATE -Dsun.java.command=DorisBE -XX:-CriticalJNINatives"
CUR_DATE = `date +%Y%m%d-%H%M%S`
JAVA_OPTS="-Xmx1024m -DlogPath=$DORIS_HOME/log/jni.log -Xlog:gc:$DORIS_HOME/log/be.gc.log.$CUR_DATE -Dsun.java.command=DorisBE -XX:-CriticalJNINatives"

# since 1.2, the JAVA_HOME need to be set to run BE process.
# JAVA_HOME=/path/to/jdk/
Expand Down

0 comments on commit 03e49b9

Please sign in to comment.