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

ASF GitHub Bot commented on ARROW-1618:
---------------------------------------

GitHub user siddharthteotia opened a pull request:

    https://github.com/apache/arrow/pull/1142

    ARROW-1618: Reduce Heap Usage (Phase 1)

    cc @jacques-n , @icexelloss , @BryanCutler 
    
    This is initial small phase of our attempt to reduce heap usage per vector.
    
    As part of investigation, we are better off addressing few things as part 
of subtasks for ARROW-1463. Accordingly, I need to update the requirements 
document w.r.t heap usage for ARROW-1471.
    
    This patch gets rid of Release Listener object in Allocation Manager as all 
the logic is implemented as part of AllocationManager itself.

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

    $ git pull https://github.com/siddharthteotia/arrow ARROW-1618

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

    https://github.com/apache/arrow/pull/1142.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 #1142
    
----
commit e7e7abe84a0b24ccf4c03c0a0356c67fed06807e
Author: siddharth <[email protected]>
Date:   2017-09-27T20:55:07Z

    ARROW-1618: Reduce Heap Usage (Phase 1)

----


> See if the heap usage in vectors can be reduced.
> ------------------------------------------------
>
>                 Key: ARROW-1618
>                 URL: https://issues.apache.org/jira/browse/ARROW-1618
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Java - Memory, Java - Vectors
>            Reporter: Siddharth Teotia
>            Assignee: Siddharth Teotia
>              Labels: pull-request-available
>
> We have seen in our tests that there is some scope of improvement as far as 
> the number of objects and/or sizing of some data structures is concerned.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to