JooHyukKim commented on code in PR #20663:
URL: https://github.com/apache/pulsar/pull/20663#discussion_r1245268820


##########
pulsar-testclient/src/main/java/org/apache/pulsar/testclient/LoadSimulationClient.java:
##########
@@ -180,6 +180,10 @@ private static class MainArguments {
 
         @Parameter(names = { "--service-url" }, description = "Pulsar Service 
URL", required = true)
         public String serviceURL;
+
+        @Parameter(names = { "-ml", "--memory-limit", }, description = 
"Configure the Pulsar client memory limit "
+            + "(eg: 32M, 64M)", converter = MemoryUnitToByteConverter.class)
+        public long memoryLimit = 0L;

Review Comment:
   I think this one we might be able to utilize over at PR #20646 



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