mirror of
https://github.com/samba-team/samba.git
synced 2025-01-07 17:18:11 +03:00
8212c34ae4
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Tue Nov 21 15:45:20 CET 2017 on sn-devel-144
20 lines
793 B
XML
20 lines
793 B
XML
<samba:parameter name="aio read size"
|
|
context="S"
|
|
type="bytes"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>If this integer parameter is set to a non-zero value,
|
|
Samba will read from files asynchronously when the request size is bigger
|
|
than this value. Note that it happens only for non-chained and non-chaining
|
|
reads and when not using write cache.</para>
|
|
<para>The only reasonable values for this parameter are 0 (no async I/O) and
|
|
1 (always do async I/O).</para>
|
|
<related>write cache size</related>
|
|
<related>aio write size</related>
|
|
</description>
|
|
|
|
<value type="default">0</value>
|
|
<value type="example">1<comment>Always do reads asynchronously
|
|
</comment></value>
|
|
</samba:parameter>
|