ryanzryu commented on code in PR #26179: URL: https://github.com/apache/doris/pull/26179#discussion_r1381101000
########## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ########## @@ -2053,5 +2053,11 @@ public class Config extends ConfigBase { @ConfField(mutable = true) public static boolean use_mysql_bigint_for_largeint = false; + + /** + * the max package size fe thrift server can receive,avoid accepting error or too large package causing OOM,default 20M + */ + @ConfField + public static int fe_thrift_max_pkg_size = 20000000; Review Comment: I have renamed fe_thrift_max_pkg_size to fe_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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org