IO_BLOCK_SIZE <size>
Splits disk read and write operations larger than the specified size into individual operations of the specified size. For example, specifying IO_BLOCK_SIZE 16 KB causes a 1 MB write request to be performed as 64 16 KB write operations.
See Also