Skip to content

Commit 97d2d1f

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/modules/trino/examples/usage-guide/fault-tolerant-execution.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@ spec:
1616
retryInitialDelay: 10s
1717
retryMaxDelay: 60s
1818
retryDelayScaleFactor: 2.0
19-
exchangeDeduplicationBufferSize: 64MB
19+
exchangeDeduplicationBufferSize: 64Mi
2020
exchangeManager:
2121
encryptionEnabled: true
2222
sinkBufferPoolMinSize: 20
2323
sinkBuffersPerPartition: 4
24-
sinkMaxFileSize: 2GB
24+
sinkMaxFileSize: 2Gi
2525
sourceConcurrentReaders: 8
2626
s3:
2727
baseDirectories:
2828
- "s3://trino-exchange-bucket/spooling"
2929
connection:
3030
reference: minio-connection
3131
maxErrorRetries: 10
32-
uploadPartSize: 10MB
32+
uploadPartSize: 10Mi
3333
coordinators:
3434
roleGroups:
3535
default:

0 commit comments

Comments
 (0)