Anonymitaet commented on code in PR #571:
URL: https://github.com/apache/pulsar-site/pull/571#discussion_r1191788445


##########
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,

Review Comment:
   ```suggestion
   You can use memory limits parameters to control the total client memory 
usage,
   ```



##########
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:
   ```suggestion
   the producers and consumers under this client will compete for the memory 
assigned. For implementation details, see [PIP 74: Pulsar client memory 
limits](https://github.com/apache/pulsar/wiki/PIP-74%3A-Pulsar-client-memory-limits).
   ```



##########
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:
   Do we have any considerations/limitations that need to remind users?



-- 
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...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to