zhztheplayer opened a new pull request, #7045:
URL: https://github.com/apache/incubator-gluten/pull/7045

   In vanilla Spark, the option `spark.executor.memoryOverhead` is by default 
calculated by `min(0.1 * on-heap size, 384m)`. The patch makes it `min(0.1 * 
off-heap size, 384m)` to gain better compatibility with Velox's memory 
management system.
   
   If user does configure the memory overhead options, Velox backend will raise 
a warning when it's smaller than the recommended size during initialization.


-- 
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]

Reply via email to