akalash commented on a change in pull request #18351:
URL: https://github.com/apache/flink/pull/18351#discussion_r786089010



##########
File path: docs/content.zh/docs/deployment/memory/network_mem_tuning.md
##########
@@ -87,6 +83,12 @@ Flink 1.14 新引入的缓冲消胀机制尝试通过自动调整缓冲数据量
 
 此外,如果您想减少缓冲数据量使其低于缓冲消胀当前允许的量,您可能需要手动的设置缓冲区的个数。
 
+#### High parallelism
+
+Currently, the buffer debloating mechanism can work correctly only by some 
parallelism values limit. When the parallelism exceeds this value, then 
increasing checkpoint time and decreasing throughput can be observed. The best 
way to fix this situation is to increase the number of 
buffers(`taskmanager.network.memory.buffers-per-channel`, 
`taskmanager.network.memory.floating-buffers-per-gate`)

Review comment:
       I have updated the commit




-- 
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: issues-unsubscr...@flink.apache.org

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


Reply via email to