This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 842f5b5d94 [doc] modify doc of commit memory (#5132)
842f5b5d94 is described below
commit 842f5b5d94d146f1ff80c1836c095174fca38bcf
Author: wangwj <[email protected]>
AuthorDate: Sat Feb 22 11:47:37 2025 +0800
[doc] modify doc of commit memory (#5132)
---
docs/content/maintenance/write-performance.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/content/maintenance/write-performance.md
b/docs/content/maintenance/write-performance.md
index 55d9021aed..656ceec779 100644
--- a/docs/content/maintenance/write-performance.md
+++ b/docs/content/maintenance/write-performance.md
@@ -160,3 +160,4 @@ You can use fine-grained-resource-management of Flink to
increase committer heap
1. Configure Flink Configuration
`cluster.fine-grained-resource-management.enabled: true`. (This is default
after Flink 1.18)
2. Configure Paimon Table Options: `sink.committer-memory`, for example 300
MB, depends on your `TaskManager`.
(`sink.committer-cpu` is also supported)
+3. If use Flink batch job write data into Paimon or run dedicated compaction,
Configure Flink Configuration `fine-grained.shuffle-mode.all-blocking: true`.
\ No newline at end of file