| Name | Description | Default value |
| dump | Manages dumps. | – |
| dump.enable | Whether this Dumper should actually read and write dumps. | – |
| dump.world-readable | If true, dumps are created with access 0444, otherwise with access 0400. | – |
| dump.format-version | Allows to ignore dumps written with an obsolete format-version. | – |
| dump.max-age | Overdue dumps are ignored. | None |
| dump.max-count | Old dumps over the limit are removed from disk. | 1 |
| dump.min-interval | WriteDumpAsync calls performed in a fast succession are ignored. | 0s |
| dump.fs-task-processor | TaskProcessor for blocking disk IO. | engine::current_task::GetBlockingTaskProcessor() |
| dump.encrypted | Whether to encrypt the dump. | false |