Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/content/docs/deployment/memory/mem_setup_tm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down