summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Axboe <axboe@fb.com>2015-02-16 15:04:11 -0700
committerMohamad Ayyash <mkayyash@google.com>2015-03-06 17:58:17 -0800
commita52b813412a0d5c3d301819808a23de13b901ccc (patch)
tree7c7ff0b9e19da90328c6af02115c800a71d06cf7
parent1b35740d5492c4a0a163ec49996265a8cd5e0100 (diff)
downloadfio-a52b813412a0d5c3d301819808a23de13b901ccc.tar.gz
examples/ssd-test.fio: bump size to 10G
1G is a bit too tiny for most devices today, bump it to 10G. Signed-off-by: Jens Axboe <axboe@fb.com>
-rw-r--r--examples/ssd-test.fio2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ssd-test.fio b/examples/ssd-test.fio
index c84cf501..2b6a590a 100644
--- a/examples/ssd-test.fio
+++ b/examples/ssd-test.fio
@@ -14,7 +14,7 @@
bs=4k
ioengine=libaio
iodepth=4
-size=1g
+size=10g
direct=1
runtime=60
directory=/mount-point-of-ssd