X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=HOWTO;h=4a910a1ac11716d57c3885cf2c2f4fd63f0fa944;hp=7c24c1b74296aa33cdff97eca9458defd291b6ca;hb=3bb85e8443d626ee71a4126dbe6ebcaf751527f1;hpb=a89c77abb152277ca3731f4766a7f377f0fc99df diff --git a/HOWTO b/HOWTO index 7c24c1b7..4a910a1a 100644 --- a/HOWTO +++ b/HOWTO @@ -1013,7 +1013,9 @@ random_generator=str Fio supports the following engines for generating typically good enough. LFSR only works with single block sizes, not with workloads that use multiple block sizes. If used with such a workload, fio may read or write - some blocks multiple times. + some blocks multiple times. The default value is tausworthe, + unless the required space exceeds 2^32 blocks. If it does, + then tausworthe64 is selected automatically. nice=int Run the job with the given nice value. See man nice(2).