[
https://issues.apache.org/jira/browse/FLINK-22963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17363314#comment-17363314
]
Xintong Song edited comment on FLINK-22963 at 6/15/21, 7:26 AM:
----------------------------------------------------------------
Fixed via:
- master (1.14): c2df2382f70adffd374b74b7955808cf916a1c30
- release-1.13: 1df0bbac32877b2cfddf16a3f31d73e76f0daae9
- release-1.12: 7b4d6b8ac06b970667fcea474145dfc22c826c89
was (Author: xintongsong):
Fixed via:
- master (1.14): c2df2382f70adffd374b74b7955808cf916a1c30
- release-1.13: 1df0bbac32877b2cfddf16a3f31d73e76f0daae9
> The description of taskmanager.memory.task.heap.size in the official document
> is incorrect
> ------------------------------------------------------------------------------------------
>
> Key: FLINK-22963
> URL: https://issues.apache.org/jira/browse/FLINK-22963
> Project: Flink
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 1.14.0, 1.13.1, 1.12.4
> Reporter: JasonLee
> Assignee: JasonLee
> Priority: Major
> Labels: documentation, pull-request-available, starter
> Fix For: 1.14.0, 1.12.5, 1.13.2
>
>
> When I studied the memory model of TaskManager, I found that there is a
> problem in the official document, which is the description of
> taskmanager.memory.task.heap.size is incorrect.
> According to the official memory model, I think the correct description
> should be that task Heap Memory size for TaskExecutors. This is the size of
> JVM heap memory reserved for tasks. If not specified, it will be derived as
> Total Flink Memory minus Framework Heap Memory, Framework Off-Heap Heap
> Memory, Task Off-Heap Memory, Managed Memory and Network Memory.
> However, in the official document, the Framework Off-Heap Heap Memory should
> be subtracted.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)