zhztheplayer commented on PR #5439: URL: https://github.com/apache/incubator-gluten/pull/5439#issuecomment-2224229862
> I'm also a bit confused here, if it cannot prevent onheap memory allocation, will this prevent GC from being triggered? JVM thought it could allocate memory, so it did not trigger GC, resulting in being killed by k8s or yarn That's the case that this approach doesn't handle yet. The faked on-heap allocations from this feature don't count into JVM's heap size counter so never trigger GC. I assume this feature isn't production-ready before being improved. -- 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]
