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

ASF GitHub Bot commented on MNEMONIC-463:
-----------------------------------------

GitHub user taojieterry opened a pull request:

    https://github.com/apache/mnemonic/pull/92

    MNEMONIC-463: Should load native library in memory service lazily

    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.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/taojieterry/mnemonic master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/mnemonic/pull/92.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #92
    
----
commit a2abf28b3fde1b0c69ddd813d8bb159562e2bc4b
Author: taojie <taojie@...>
Date:   2018-02-05T07:37:16Z

    MNEMONIC-463: Should load native library in memory allocator service lazily

----


> 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
>            Priority: Major
>
> 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)

Reply via email to