This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch doris-jdk17 in repository https://gitbox.apache.org/repos/asf/doris.git
commit d69da10a87c219cf16d1f5c739d89033b68342e3 Author: Tiewei Fang <[email protected]> AuthorDate: Wed Jan 24 14:03:42 2024 +0800 [Fix](pre-load)Fix pom (#30287) --- regression-test/pipeline/external/conf/be.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/regression-test/pipeline/external/conf/be.conf b/regression-test/pipeline/external/conf/be.conf index abe468554f2..fef7ec716bc 100644 --- a/regression-test/pipeline/external/conf/be.conf +++ b/regression-test/pipeline/external/conf/be.conf @@ -17,6 +17,9 @@ PPROF_TMPDIR="$DORIS_HOME/log/" +# For jdk 17+, this JAVA_OPTS will be used as default JVM options +JAVA_OPTS_FOR_JDK_17="-Xmx1024m -DlogPath=$DORIS_HOME/log/jni.log -Xlog:gc:$DORIS_HOME/log/be.gc.log.$CUR_DATE -Djavax.security.auth.useSubjectCredsOnly=false -Dsun.security.krb5.debug=true -Dsun.java.command=DorisBE -XX:-CriticalJNINatives --add-opens=java.base/java.net=ALL-UNNAMED" + # INFO, WARNING, ERROR, FATAL sys_log_level = INFO --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
