Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-22963

The description of taskmanager.memory.task.heap.size in the official document is incorrect

    XMLWordPrintableJSON

Details

    Description

      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.

      Attachments

        Activity

          People

            jasonlee1017 Chuang Lee
            jasonlee1017 Chuang Lee
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: