moria97 opened a new issue, #14606: URL: https://github.com/apache/arrow/issues/14606
We are using the arrow cpp lib in a long running service to continuously converting streaming data to parquet. However, we observe there are some native memory consumption even if there are no incoming data and the residual memory in native heap continue to grow (not seems to be leak) and sometimes can bring OOM issues when we are processing very large data. Do we need to manually release the unused memory pool in default_shared_pool to keep memory efficient? -- 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]
