This is an automated email from the ASF dual-hosted git repository. hellostephen pushed a commit to branch test_email in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/test_email by this push: new 45210dfe6b7 Update fe.conf (#43834) 45210dfe6b7 is described below commit 45210dfe6b76424722dd5ee82daf61ef20837c4f Author: zhongmin-zm <zhong...@selectdb.com> AuthorDate: Wed Nov 13 10:48:14 2024 +0800 Update fe.conf (#43834) --- conf/fe.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/fe.conf b/conf/fe.conf index bbfad0c15a8..fbb11c8d783 100644 --- a/conf/fe.conf +++ b/conf/fe.conf @@ -25,6 +25,7 @@ CUR_DATE=`date +%Y%m%d-%H%M%S` # Log dir LOG_DIR = ${DORIS_HOME}/log +# Log dir # For jdk 8 JAVA_OPTS="-Dfile.encoding=UTF-8 -Djavax.security.auth.useSubjectCredsOnly=false -Xss4m -Xmx8192m -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:MaxGCPauseMillis=200 -XX:+PrintGCDateStamps -XX:+PrintGCDetails -Xloggc:$LOG_DIR/log/fe.gc.log.$CUR_DATE -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=10 -XX:GCLogFileSize=50M -Dlog4j2.formatMsgNoLookups=true" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org