shibd commented on code in PR #571: URL: https://github.com/apache/pulsar-site/pull/571#discussion_r1191842257
########## docs/client-libraries-clients.md: ########## @@ -51,4 +51,36 @@ The following example creates a Python client using multiple advertised listener </TabItem> </Tabs> +```` + +## Set memory limits + +You can uses memory limits param to control client overall memory usage, +the producers and consumers under this client will compete for the memory assigned. See [PIP 74: Pulsar client memory limits](https://github.com/apache/pulsar/wiki/PIP-74%3A-Pulsar-client-memory-limits) Review Comment: I think nothing. -- 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]
