[GitHub] [arrow] maxburke commented on pull request #7480: ARROW-9176: [Rust] Fix for memory leaks in Arrow allocator

2020-06-19 Thread GitBox
maxburke commented on pull request #7480: URL: https://github.com/apache/arrow/pull/7480#issuecomment-646766294 Re-opening this PR because the memory use changes are related to our use of the underlying system allocator, not this change.

[GitHub] [arrow] maxburke commented on pull request #7480: ARROW-9176: [Rust] Fix for memory leaks in Arrow allocator

2020-06-18 Thread GitBox
maxburke commented on pull request #7480: URL: https://github.com/apache/arrow/pull/7480#issuecomment-646432538 Seeing some weird issues in long running applications; there are no leaks as reported by valgrind anymore, but memory use is up. I'm going to close this PR for now.