Add softrandommap and --alloc-size options
authorJens Axboe <jens.axboe@oracle.com>
Wed, 26 Mar 2008 09:32:57 +0000 (10:32 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 26 Mar 2008 09:32:57 +0000 (10:32 +0100)
commit2b386d2569c9078ca9790c4e6d318ec3835b8739
tree970f5668793329c5119f5606d8bc39c80deef501
parent303032ae4e13c7ac10b8198c40df98d95a4524a6
Add softrandommap and --alloc-size options

The softrandommap job option allows fio to continue if it cannot
allocate from the smalloc backing for the random map. Or the user
can specify --alloc-size with a size larger than the default of 1024k
to increase the size of the shared allocation pool.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
HOWTO
README
filesetup.c
fio.h
init.c
options.c
smalloc.c
smalloc.h