Default buffer_compress_chunk to 512
[fio.git] / options.c
index 5813a66b3b07d716f72fe2dc613b86c6be05a7db..e8d1a3abbbf931229b83845170e1f33dec2d55bf 100644 (file)
--- a/options.c
+++ b/options.c
@@ -4067,6 +4067,7 @@ struct fio_option fio_options[FIO_MAX_OPTS] = {
                .parent = "buffer_compress_percentage",
                .hide   = 1,
                .help   = "Size of compressible region in buffer",
+               .def    = "512",
                .interval = 256,
                .category = FIO_OPT_C_IO,
                .group  = FIO_OPT_G_IO_BUF,