You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Andrey Zagrebin (Jira)" <ji...@apache.org> on 2019/10/15 14:23:00 UTC

[jira] [Created] (FLINK-14399) Add memory chunk reservation API to MemoryManager

Andrey Zagrebin created FLINK-14399:
---------------------------------------

             Summary: Add memory chunk reservation API to MemoryManager
                 Key: FLINK-14399
                 URL: https://issues.apache.org/jira/browse/FLINK-14399
             Project: Flink
          Issue Type: Sub-task
          Components: Runtime / Task
            Reporter: Andrey Zagrebin
            Assignee: Andrey Zagrebin


MemoryManager allocates paged segments from the provided memory pools of different types (on-/off-heap). Additionally, it can manage reservation and release of arbitrarily sized chunks of memory from the same memory pools respecting their overall limit. The way, how the memory is allocated, used and freed, is then up to the memory user. MemoryManager is just a book-keeping and limit checking component.



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