rickyma commented on PR #1759: URL: https://github.com/apache/incubator-uniffle/pull/1759#issuecomment-2139067679
<img width="1025" alt="企业微信截图_17169876686356" src="https://github.com/apache/incubator-uniffle/assets/13834479/bca54920-c057-41e4-9bb1-54bcfce3d179"> Taking Netty mode as an example, each `LinkedList$Node` in the heap will occupy approximately 200 Bytes when using JDK8 and x86_64 arch. If the user's job parameter configuration is very unreasonable, with very small but numerous blocks, it can cause a large accumulation of `LinkedList$Node` objects. This can ultimately lead to severe garbage collection issues on the server side, and even out-of-heap-memory errors. -- 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]
