Skip to content

Commit fab0e45

Browse files
committed
fix: moved to quantities in the FTE docs
1 parent 97d2d1f commit fab0e45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/modules/trino/pages/usage-guide/fault-tolerant-execution.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ The configuration uses a structured approach where you choose either `query` or
2424
A `query` retry policy instructs Trino to automatically retry a query in the event of an error occurring on a worker node.
2525
This policy is recommended when the majority of the Trino cluster's workload consists of many small queries.
2626

27-
By default, Trino does not implement fault tolerance for queries whose result set exceeds 32MB in size.
28-
This limit can be increased by modifying the `exchangeDeduplicationBufferSize` configuration property to be greater than the default value of `32MB`, but this results in higher memory usage on the coordinator.
27+
By default, Trino does not implement fault tolerance for queries whose result set exceeds 32Mi in size.
28+
This limit can be increased by modifying the `exchangeDeduplicationBufferSize` configuration property to be greater than the default value of `32Mi`, but this results in higher memory usage on the coordinator.
2929

3030
[source,yaml]
3131
----
@@ -34,7 +34,7 @@ spec:
3434
faultTolerantExecution:
3535
query:
3636
retryAttempts: 3
37-
exchangeDeduplicationBufferSize: 64MB # Increased from default 32MB
37+
exchangeDeduplicationBufferSize: 64Mi # Increased from default 32Mi
3838
----
3939

4040
=== Task retry policy

0 commit comments

Comments
 (0)