erenavsarogullari opened a new issue, #20389: URL: https://github.com/apache/datafusion/issues/20389
### Is your feature request related to a problem or challenge? If both `--memory-limit` or `--mem-pool-type` configs are not set in `datafusion-cli` command, `unbounded` memory pool is being used and so `unbounded` memory pool is not tracked pool so `--top-memory-consumers > 0` is valid as long as one of the runtime configs: memory_limit or memory_pool is set by using `greedy` or `fair` memory pool (which can be tracked by `TrackConsumersPool`) so this doc can be useful for the end-user to use either `greedy` or `fair` memory pool when `--top-memory-consumers > 0 `. ### Describe the solution you'd like Updating `datafusion-cli` doc for `top-memory-consumers` config. ### 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]
