oracleloyall commented on code in PR #1365:
URL: https://github.com/apache/cloudberry/pull/1365#discussion_r2367174583
##########
src/backend/utils/misc/guc_gp.c:
##########
@@ -3759,6 +3761,16 @@ struct config_int ConfigureNamesInt_gp[] =
NULL, NULL, NULL
},
+ {
+ {"gp_interconnect_mem_size", PGC_USERSET, GP_ARRAY_TUNING,
+ gettext_noop("Sets the maximum size of the send/recv
queue memory for all connections in the UDP interconnect"),
+ NULL
+ },
+ &Gp_interconnect_mem_size,
+ 10, 1, 1024,
Review Comment:
The unit is Megabyte, and the description information will be added later.
--
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]