shy-share commented on code in PR #19434:
URL: https://github.com/apache/pulsar/pull/19434#discussion_r1102173369


##########
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")
+        Long memory=0L;

Review Comment:
   @tisonkun I know what you mean but I don't know how to write this. like this
   
           protected static final double MB = 1024 * 1024;
           @Parameter(names = { "-m", "--memory", }, description = "Configure 
the Pulsar client memory limit{MB}")
           Long memory=0*MB;



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

Reply via email to