erykoff commented on issue #45504: URL: https://github.com/apache/arrow/issues/45504#issuecomment-4604130555
I have checked with the latest v24 pyarrow and the default memory allocator still fails to release memory. It's possible that it only uses 3x the memory it should rather than growing unbounded. But overriding `ARROW_DEFAULT_MEMORY_POOL=jemalloc` uses 3x less memory on my large test file and doesn't grow at all (as expected and desired). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
