zhengchenyu commented on issue #1249:
URL: 
https://github.com/apache/incubator-uniffle/issues/1249#issuecomment-1870928427

   This process mainly occurs during the fetch block. If the number of bytes 
obtained exceeds the threshold (the default is 0.25 bytes of reduce memory), 
the data will be stored directly on the disk. In fact, we can precisely control 
the size of readbuffersize, the default is 14M. We should avoid this process 
through parameters, rather than support this process. What's more, if the 
readbuffersize is not adjusted large enough, this process will not happen. So 
close this PR.


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