This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch doris-for-zhongjin in repository https://gitbox.apache.org/repos/asf/doris.git
commit 2b4eb88e3e0efd23db597324c313f612e2de6cff Author: ZhangYu0123 <67053339+zhangyu0...@users.noreply.github.com> AuthorDate: Mon Apr 3 09:07:13 2023 +0800 [fix](conf) fix be JAVA_OPTS conf #18305 Co-authored-by: zhangyu209 <zhangyu...@meituan.com> --- conf/be.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/be.conf b/conf/be.conf index cc1b8f6c59..ad9439affc 100644 --- a/conf/be.conf +++ b/conf/be.conf @@ -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/ --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org