gaodayue commented on a change in pull request #3488:
URL: https://github.com/apache/incubator-doris/pull/3488#discussion_r421976455



##########
File path: be/src/common/config.h
##########
@@ -488,8 +488,10 @@ namespace config {
     // Valid configs: ALPHA, BETA
     CONF_String(default_rowset_type, "ALPHA");
 
-    // brpc config, 200M
+    // Maximum size of a single message body in all protocols
     CONF_Int64(brpc_max_body_size, "209715200")
+    // Max unwritten bytes in each socket, if the limit is reached, 
Socket.Write fails with EOVERCROWDED
+    CONF_Int64(brpc_socket_max_unwritten_bytes, "67108864")

Review comment:
       I didn't notice any side effects right now, user could adjust this 
config based on their BE's memory capacity




----------------------------------------------------------------
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.

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

Reply via email to