FelixYBW commented on PR #8132: URL: https://github.com/apache/incubator-gluten/pull/8132#issuecomment-2546728953
So the current solution is that task1 try to spill SIZE memory, then try to spill all memory (long.max). Can we just spill maxPerTaskSize memory in the first try? Since task1 can't allocate any "new" memory any more. The retry has high possibility to be triggered. -- 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]
