kecookier commented on issue #8128:
URL: 
https://github.com/apache/incubator-gluten/issues/8128#issuecomment-2530516169

   > if (toGrant < numBytes && curMem + toGrant < minMemoryPerTask) 
   
   > Seems this code also conducts retrying. Do it and the PR functionally 
overlap more or less?
   
   
   @zhztheplayer  Yes, vanilla Spark only promises that each task holds at 
least minMemoryPerTask(1/2N) of the executor's memory. If the task already 
holds more than maxMemoryPerTask(1/N), it will not retry.


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