Skip to content

Commit

Permalink
Clarify default value for task.concurrency in docs
Browse files Browse the repository at this point in the history
Add value for FTE mdoe
  • Loading branch information
posulliv authored and mosabua committed Nov 19, 2024
1 parent e42a04f commit cec44f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/src/main/sphinx/admin/properties-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

- **Type:** {ref}`prop-type-integer`
- **Restrictions:** Must be a power of two
- **Default value:** The number of physical CPUs of the node, with a minimum value of 2 and a maximum of 32
- **Default value:** The number of physical CPUs of the node, with a minimum
value of 2 and a maximum of 32. Defaults to 8 in
[](/admin/fault-tolerant-execution) mode.
- **Session property:** `task_concurrency`

Default local concurrency for parallel operators, such as joins and aggregations.
Expand Down

0 comments on commit cec44f1

Please sign in to comment.