Skip to content

Commit 34da7c9

Browse files
etolbakovlosipiuk
authored andcommitted
Document exchange.max-page-storage-size config property
Also, remove redundant backtick.
1 parent 9901194 commit 34da7c9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/src/main/sphinx/admin/fault-tolerant-execution.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,11 @@ the property may be configured for:
419419
store spooling data.
420420
-
421421
- Any
422+
* - `exchange.max-page-storage-size`
423+
- Max storage size of a page written to a sink, including the page itself
424+
and its size.
425+
- `16MB`
426+
- Any
422427
* - `exchange.sink-buffer-pool-min-size`
423428
- The minimum buffer pool size for an exchange sink. The larger the buffer
424429
pool size, the larger the write parallelism and memory usage.
@@ -431,7 +436,7 @@ the property may be configured for:
431436
- Any
432437
* - `exchange.sink-max-file-size`
433438
- Max [data size](prop-type-data-size) of files written by exchange sinks.
434-
- ``1GB``
439+
- `1GB`
435440
- Any
436441
* - `exchange.source-concurrent-readers`
437442
- Number of concurrent readers to read from spooling storage. The larger the

0 commit comments

Comments
 (0)