You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Xintong Song (Jira)" <ji...@apache.org> on 2019/12/03 03:30:00 UTC

[jira] [Created] (FLINK-15023) Remove on-heap managed memory

Xintong Song created FLINK-15023:
------------------------------------

             Summary: Remove on-heap managed memory
                 Key: FLINK-15023
                 URL: https://issues.apache.org/jira/browse/FLINK-15023
             Project: Flink
          Issue Type: Sub-task
          Components: Runtime / Configuration
            Reporter: Xintong Song


As mentioned in [this discussion thread|http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/DISCUSS-Make-Managed-Memory-always-off-heap-Adjustment-to-FLIP-49-td35365.html], we want to make managed memory always off-heap.

This task include changes:
* Remove `MEMORY_OFF_HEAP`, `MANAGED_MEMORY_OFFHEAP_FRACTION` and `MANAGED_MEMORY_OFFHEAP_SIZE` from `TaskManagerOptions`.
* Remove `onHeapManagedMemory` from `ResourceProfile`, `ResourceSpec` and `TaskExecutorResourceSpec`.
* Remove on heap managed memory from `MemoryManager`
* Remove on heap managed memory fraction from `StreamConfig`.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)