captainzmc commented on a change in pull request #2883:
URL: https://github.com/apache/ozone/pull/2883#discussion_r769413406



##########
File path: 
hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/OzoneClientConfig.java
##########
@@ -69,6 +69,14 @@
       tags = ConfigTag.CLIENT)
   private long dataStreamBufferFlushSize = 16 * 1024 * 1024;
 
+  @Config(key = "datastream.min.packet.size",
+      defaultValue = "64KB",
+      type = ConfigType.SIZE,
+      description = "The maximum size of the ByteBuffer "

Review comment:
       In performance test, I found that the performance of 512K is better than 
that of IMB. Can we change the default value to 512K.




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to