This is an automated email from the ASF dual-hosted git repository. xtsong pushed a commit to branch release-1.13 in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.13 by this push: new 9087529 [FLINK-22355][docs] Fix simple task manager memory model image 9087529 is described below commit 908752919e2f7518eaa5e38f4b36e796caa57baf Author: HuangXiao <hx36...@163.com> AuthorDate: Sat May 8 13:08:10 2021 +0800 [FLINK-22355][docs] Fix simple task manager memory model image This closes #15862 --- docs/content/docs/deployment/memory/mem_setup_tm.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/content/docs/deployment/memory/mem_setup_tm.md b/docs/content/docs/deployment/memory/mem_setup_tm.md index 482eb4b..79e0737 100644 --- a/docs/content/docs/deployment/memory/mem_setup_tm.md +++ b/docs/content/docs/deployment/memory/mem_setup_tm.md @@ -44,9 +44,8 @@ The *total process memory* of Flink JVM processes consists of memory consumed by and by the JVM to run the process. The *total Flink memory* consumption includes usage of JVM Heap, *managed memory* (managed by Flink) and other direct (or native) memory. -<center> - <img src="/fig/simple_mem_model.svg" width="300px" alt="Simple TaskManager Memory Model" usemap="#simple-mem-model"> -</center> +{{< img src="/fig/simple_mem_model.svg" width="300px" alt="Simple TaskManager Memory Model" usemap="#simple-mem-model" >}} + <br /> If you run Flink locally (e.g. from your IDE) without creating a cluster, then only a subset of the memory configuration