This is an automated email from the ASF dual-hosted git repository. xtsong pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
commit 470e0ccc970fcde09d6d986596a1a4e8b8ff36ce Author: Xintong Song <[email protected]> AuthorDate: Wed Jun 24 12:11:16 2020 +0800 [hotfix][doc] Add memory model figure for JM detailed configuration. --- docs/ops/memory/mem_setup_jobmanager.md | 5 +++++ docs/ops/memory/mem_setup_jobmanager.zh.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/docs/ops/memory/mem_setup_jobmanager.md b/docs/ops/memory/mem_setup_jobmanager.md index f0125d1..fab21a6 100644 --- a/docs/ops/memory/mem_setup_jobmanager.md +++ b/docs/ops/memory/mem_setup_jobmanager.md @@ -42,6 +42,11 @@ If you run the JobManager process using local [execution mode](#local-execution) ## Detailed configuration +<center> + <img src="{{ site.baseurl }}/fig/process_mem_model.svg" width="300px" alt="Flink's process memory model" usemap="#process-mem-model"> +</center> +<br /> + The following table lists all memory components, depicted above, and references Flink configuration options which affect the size of the respective components: diff --git a/docs/ops/memory/mem_setup_jobmanager.zh.md b/docs/ops/memory/mem_setup_jobmanager.zh.md index f0125d1..fab21a6 100644 --- a/docs/ops/memory/mem_setup_jobmanager.zh.md +++ b/docs/ops/memory/mem_setup_jobmanager.zh.md @@ -42,6 +42,11 @@ If you run the JobManager process using local [execution mode](#local-execution) ## Detailed configuration +<center> + <img src="{{ site.baseurl }}/fig/process_mem_model.svg" width="300px" alt="Flink's process memory model" usemap="#process-mem-model"> +</center> +<br /> + The following table lists all memory components, depicted above, and references Flink configuration options which affect the size of the respective components:
