zhztheplayer commented on issue #8128: URL: https://github.com/apache/incubator-gluten/issues/8128#issuecomment-2526554400
> when the first job requests an allocation of SIZE memory, it will spill SIZE memory. Correct. Though some of the memory consumer may not respect SIZE and will spill as much it held as possible. E.g., `UnsafeExternalSorter`. > `if (toGrant < numBytes && curMem + toGrant < minMemoryPerTask)` @kecookier Seems this code also conducts retrying. Do it and the PR functionally overlap more or less? -- 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]
