Skip to content

Commit a9adfb8

Browse files
etolbakovebyhr
authored andcommitted
Document exchange.max-page-storage-size config property
Also, remove redundant backtick.
1 parent a09087d commit a9adfb8

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
@@ -414,6 +414,11 @@ the property may be configured for:
414414
store spooling data.
415415
-
416416
- Any
417+
* - `exchange.max-page-storage-size`
418+
- Max storage size of a page written to a sink, including the page itself
419+
and its size.
420+
- `16MB`
421+
- Any
417422
* - `exchange.sink-buffer-pool-min-size`
418423
- The minimum buffer pool size for an exchange sink. The larger the buffer
419424
pool size, the larger the write parallelism and memory usage.
@@ -426,7 +431,7 @@ the property may be configured for:
426431
- Any
427432
* - `exchange.sink-max-file-size`
428433
- Max [data size](prop-type-data-size) of files written by exchange sinks.
429-
- ``1GB``
434+
- `1GB`
430435
- Any
431436
* - `exchange.source-concurrent-readers`
432437
- Number of concurrent readers to read from spooling storage. The larger the

0 commit comments

Comments
 (0)