SteNicholas commented on code in PR #3537: URL: https://github.com/apache/celeborn/pull/3537#discussion_r2512575596
########## docs/configuration/index.md: ########## @@ -35,14 +35,14 @@ Off-heap memory requirement can be estimated as below: ``` numDirs = `celeborn.worker.storage.dirs` # the amount of directory will be used by Celeborn storage -bufferSize = `celeborn.worker.flusher.buffer.size` # the amount of memory will be used by a single flush buffer -off-heap-memory = (disk buffer * disks) + network memory # the disk buffer is a logical memory region that stores shuffle data received from network +bufferSize = `celeborn.worker.flusher.buffer.size` # the amount of memory will be used by a single flush buffer Review Comment: Unnecessary change? -- 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]
