Correct size of tiobench profile
[fio.git] / init.c
diff --git a/init.c b/init.c
index 26c7d1def0e4891a06e3ac8630d20a348255d56f..4bb917235930b53213e21877164e7f294a1d9ef5 100644 (file)
--- a/init.c
+++ b/init.c
@@ -137,7 +137,7 @@ static struct option l_opts[FIO_NR_OPTIONS] = {
 };
 
 static const char *tiobench_opts[] = {
 };
 
 static const char *tiobench_opts[] = {
-       "buffered=0", "size=256*$mb_memory", "bs=4k", "timeout=600",
+       "buffered=0", "size=4*1024*$mb_memory", "bs=4k", "timeout=600",
        "numjobs=4", "group_reporting", "thread", "overwrite=1",
        "filename=.fio.tio.1:.fio.tio.2:.fio.tio.3:.fio.tio.4",
        "name=seqwrite", "rw=write", "end_fsync=1",
        "numjobs=4", "group_reporting", "thread", "overwrite=1",
        "filename=.fio.tio.1:.fio.tio.2:.fio.tio.3:.fio.tio.4",
        "name=seqwrite", "rw=write", "end_fsync=1",