FelixYBW commented on PR #9890: URL: https://github.com/apache/incubator-gluten/pull/9890#issuecomment-2953204279
So if user set offheap enabled and size, everything works as current solution. If user didn't set offheap enabled, Gluten overrite it to true and set the offheap size to min(executor.memory,1G). This will change the overall executor memory size to 2*xexecutor.memory or (executor.memory+1G) Is it OK? Can we use our stage level resource adjust policy to set it? Ideally user set executor.memory and Gluten automatically adjust offheap/onheap according to stage requirement. -- 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: commits-unsubscr...@gluten.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@gluten.apache.org For additional commands, e-mail: commits-h...@gluten.apache.org