You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "marchostau (via GitHub)" <gi...@apache.org> on 2023/06/22 07:04:21 UTC

[GitHub] [arrow] marchostau commented on issue #36101: Memory leak using pyarrow.Table and to_pandas method

marchostau commented on issue #36101:
URL: https://github.com/apache/arrow/issues/36101#issuecomment-1602114783

   Yes that was the key. I've solved that calling del on data before closing the shared memory. The problem that I've now is that when I try to del the table is not deleted instantly and the memory reserved it's not released.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org