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 319f66491a98f043f12d84df8ad50cb2ec4c6df8 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 9a5b3641b84..c6a894ebf1d 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]
