You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Ivan Rakov (JIRA)" <ji...@apache.org> on 2017/04/05 14:55:41 UTC

[jira] [Created] (IGNITE-4921) Refactor segments array in PageMemoryNoStoreImpl

Ivan Rakov created IGNITE-4921:
----------------------------------

             Summary: Refactor segments array in PageMemoryNoStoreImpl
                 Key: IGNITE-4921
                 URL: https://issues.apache.org/jira/browse/IGNITE-4921
             Project: Ignite
          Issue Type: Improvement
    Affects Versions: 2.0
            Reporter: Ivan Rakov
            Assignee: Alexey Goncharuk


In current version of PageMemoryNoStoreImpl, offheap memory is split into equal segments. Quantity of segments is based on MemoryConfiguration#getConcurrencyLevel (or Runtime#availableProcessors, if previous is not set).
This approach is obsolete. In order to reduce code complexity, segments should be refactored into one memory region.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)