FelixYBW commented on issue #11070: URL: https://github.com/apache/incubator-gluten/issues/11070#issuecomment-3524789220
`Spill memory size` is not compariable between Gluten and Spark. `Spill disk` is and they are close. There are some talk here, root cause is some large memory allocation isn't tracked by gluten overhead memory and offheap memory. https://github.com/apache/incubator-gluten/issues/6947 You may try to increase overhead memory and these parameters: spark.gluten.sql.columnar.backend.velox.spillWriteBufferSize spark.gluten.sql.columnar.backend.velox.MaxSpillRunRows spark.gluten.sql.columnar.backend.velox.maxSpillFileSize -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
