xianjingfeng commented on PR #2744:
URL: https://github.com/apache/uniffle/pull/2744#issuecomment-4151682111

   > Could you provide more context about this mechanism? My understanding is 
that we only need to enforce a limit on total memory usage. Even if there are 
many blocks, as long as each block is small, it shouldn’t pose a problem.
   
   If there are many small blocks in memory, the number of 
`ShufflePartitionedBlock` instances will be large, and the heap memory will not 
be able to hold them all.


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