Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/source/user-guide/cli/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ OPTIONS:
Specify the memory pool type 'greedy' or 'fair', default to 'greedy'

--top-memory-consumers <TOP_MEMORY_CONSUMERS>
The number of top memory consumers to display when query fails due to memory exhaustion. To disable memory consumer tracking, set this value to 0 [default: 3]
The number of top memory consumers to display when query fails due to memory exhaustion.
To disable memory consumer tracking, set this value to 0 [default: 3].
Please set one of the runtime configs: '--memory-limit' or '--mem-pool-type' to see 'top-memory-consumers' result when memory is exhausted.

-d, --disk-limit <DISK_LIMIT>
Available disk space for spilling queries (e.g. '10g'), default to None (uses DataFusion's default value of '100g')
Expand Down