ryanzryu commented on code in PR #26179: URL: https://github.com/apache/doris/pull/26179#discussion_r1381100926
########## be/src/common/config.h: ########## @@ -929,6 +929,9 @@ CONF_mBool(allow_invalid_decimalv2_literal, "false"); // data page size for primary key index. CONF_Int32(primary_key_data_page_size, "32768"); +// the max package size be thrift server can receive,avoid accepting error or too large package causing OOM,default 20M +CONF_Int32(be_thrift_max_pkg_size, "20000000"); Review Comment: I have renamed be_thrift_max_pkg_size to be_thrift_max_pkg_bytes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
