Correct size of tiobench profile
authorJens Axboe <jens.axboe@oracle.com>
Fri, 13 Nov 2009 20:25:03 +0000 (21:25 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 13 Nov 2009 20:25:03 +0000 (21:25 +0100)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
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[] = {
-       "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",