You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mnemonic.apache.org by "Tao Jie (JIRA)" <ji...@apache.org> on 2018/02/05 07:02:01 UTC

[jira] [Created] (MNEMONIC-463) Should load native library in memory allocator service lazily

Tao Jie created MNEMONIC-463:
--------------------------------

             Summary: Should load native library in memory allocator service lazily
                 Key: MNEMONIC-463
                 URL: https://issues.apache.org/jira/browse/MNEMONIC-463
             Project: Mnemonic
          Issue Type: Bug
            Reporter: Tao Jie
            Assignee: Yanping Wang


Now we have several memory allocator service implementations such as pmalloc, pmem, javavmem. Once we instantiate a memory allocator service,  it would  try to load native library for all implementations. As a result, we should prepare all of those native library even if 
 we only use one kind of memory service. Loading native library should be lazy.





--
This message was sent by Atlassian JIRA
(v7.6.3#76005)