diff --git a/bin/start_fe.sh b/bin/start_fe.sh index fc7ec47e39..5028baedaf 100755 --- a/bin/start_fe.sh +++ b/bin/start_fe.sh @@ -210,10 +210,10 @@ if [[ "${IMAGE_TOOL}" -eq 1 ]]; then echo "Internal Error. USE IMAGE_TOOL like : ./start_fe.sh --image image_path" fi elif [[ "${RUN_DAEMON}" -eq 1 ]]; then - nohup ${LIMIT:+${LIMIT}} "${JAVA}" ${final_java_opt:+${final_java_opt}} -XX:OnOutOfMemoryError="kill -9 %p" org.apache.doris.PaloFe ${HELPER:+${HELPER}} "$@" >>"${LOG_DIR}/fe.out" 2>&1 >"${LOG_DIR}/fe.out" 2>&1 "${pidfile}"