tustvold commented on issue #5108: URL: https://github.com/apache/arrow-datafusion/issues/5108#issuecomment-1408722447
If running on Linux you could use cgroups to artificially limit the memory available to the process. FWIW I think this relates to the default configuration of the MemoryManager, which has no limit, if you configure the session with a limiting `MemoryPool` it should enforce a limit. If you additional configure a DiskManager it should spill -- 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]
