OptionSEGMENT_READ_MAXIMUM_SIZE_KB
Description Maximum buffer size in KB for reading storage segment data. Controls the trade-off between memory usage and I/O performance during segment reads.
Introduced Version1.207.0
Default1,024
Minimum8
Maximum128

This parameter controls the buffer size used when reading segment data from disk, balancing memory usage with I/O efficiency. Larger values can improve read throughput by reducing the number of disk operations, but consume more memory. Smaller values reduce memory footprint but may increase I/O overhead.