X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=fio.1;h=6685e50790b320d5c404c3954b9840213931e30e;hb=ad3e7e97780c406fca5afa56239b2a6b71cf6277;hp=e0283f7f93ce8030ea3f82a21a7222fbcee1e6f1;hpb=5ffd562645eceb5af6c8d068014538320d8a93e9;p=fio.git diff --git a/fio.1 b/fio.1 index e0283f7f..6685e507 100644 --- a/fio.1 +++ b/fio.1 @@ -112,8 +112,8 @@ only applies to job sections. The reserved *global* section is always parsed and used. .TP .BI \-\-alloc\-size \fR=\fPkb -Set the internal smalloc pool size to \fIkb\fR in KiB. The -\fB\-\-alloc\-size\fR switch allows one to use a larger pool size for smalloc. +Allocate additional internal smalloc pools of size \fIkb\fR in KiB. The +\fB\-\-alloc\-size\fR option increases shared memory set aside for use by fio. If running large jobs with randommap enabled, fio can run out of memory. Smalloc is an internal allocator for shared structures from a fixed size memory pool and can grow to 16 pools. The pool size defaults to 16MiB. @@ -1050,7 +1050,7 @@ see \fBend_fsync\fR and \fBfsync_on_close\fR. .TP .BI fdatasync \fR=\fPint Like \fBfsync\fR but uses \fBfdatasync\fR\|(2) to only sync data and -not metadata blocks. In Windows, FreeBSD, and DragonFlyBSD there is no +not metadata blocks. In Windows, FreeBSD, DragonFlyBSD or OSX there is no \fBfdatasync\fR\|(2) so this falls back to using \fBfsync\fR\|(2). Defaults to 0, which means fio does not periodically issue and wait for a data\-only sync to complete.