wForget opened a new issue, #17326: URL: https://github.com/apache/datafusion/issues/17326
### Is your feature request related to a problem or challenge? The peak memory usage of memory consumers helps us understand maximum memory usage of each consumer. I want to track the peak memory value in TrackConsumersPool. In fact, my inspiration comes from velox's memory pool stats, like: https://github.com/apache/incubator-gluten/issues/9959#issue-3139357503 ### Describe the solution you'd like Add `peak` value counter in `TrackedConsumer` to track peak memory useage ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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]
