erenavsarogullari opened a new pull request, #20390: URL: https://github.com/apache/datafusion/pull/20390
## Which issue does this PR close? - Closes #20389. ## Rationale for this change 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 `. ## What changes are included in this PR? Updating `datafusion-cli` doc for `top-memory-consumers` config. ## Are these changes tested? N/A due to updating the `datafusion-cli` doc. ## Are there any user-facing changes? Yes, updating `datafusion-cli` doc. -- 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]
