You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Taras Ledkov (JIRA)" <ji...@apache.org> on 2016/11/25 16:18:58 UTC

[jira] [Comment Edited] (IGNITE-4263) Hadoop: abstract out offheap/heap memory management.

    [ https://issues.apache.org/jira/browse/IGNITE-4263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15696212#comment-15696212 ] 

Taras Ledkov edited comment on IGNITE-4263 at 11/25/16 4:18 PM:
----------------------------------------------------------------

I'll create the interface {{MemoryManager}} that provide all necessary operation with the memory.
The off heap implementation is based on {{GridUnsafeMemory}}.
The dummy heap implementation is based on the list of pages that contains {{byte[]}}.
The more efficient implementation of the on-heap memory manager may be implemented later.


was (Author: tledkov-gridgain):
I'll create the interface {{MemoryManager}} that provide all necessary operation with the memory.
The off heap implementation is based on {{GridUnsafeMemory}} and heap the dummy implementation is based on the list of pages that contains {{byte[]}}.
The more efficient implementation of the on-heap memory manager may be implemented later.

> Hadoop: abstract out offheap/heap memory management.
> ----------------------------------------------------
>
>                 Key: IGNITE-4263
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4263
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: hadoop
>    Affects Versions: 2.0
>            Reporter: Vladimir Ozerov
>            Assignee: Taras Ledkov
>             Fix For: 2.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)