gaoran10 commented on code in PR #20663:
URL: https://github.com/apache/pulsar/pull/20663#discussion_r1244640799
##########
pulsar-client-tools/src/main/java/org/apache/pulsar/client/cli/PulsarClientTool.java:
##########
@@ -76,6 +76,9 @@ public static class RootParams {
@Parameter(names = { "--tlsTrustCertsFilePath" }, description = "File
path to client trust certificates")
String tlsTrustCertsFilePath;
+
+ @Parameter(names = { "-m", "--memory", }, description = "Configure the
Pulsar client memory limit")
Review Comment:
Could we make this consistent with the performance commands?
Such as
```
@Parameter(names = { "-ml", "--memory-limit", }, description = "Configure
the Pulsar client memory limit "
+ "(eg: 32M, 64M)")
```
--
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]