kyle-ip commented on issue #18431: URL: https://github.com/apache/arrow/issues/18431#issuecomment-2016394845
Hi @ales-vilchytski , Have you fixed this yet? I encountered similar issue. Every time I used **pyarrow.parquet.ParquetDataset** to load parquet file from S3, the memory usage of the service continued to increase and cannot be released, so I used **release_unused** after the I/O operations. However, the occupied memory cannot be released immediately until the next time I executed an I/O operation. On the other hand, it’s not sure how much memory can be released. I was wondering if you have a solution? Thanks. -- 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]
