1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/docs-xml/smbdotconf/tuning/maxopenfiles.xml
Scott Lovenberg 671a2fa3f8 docs: Fix typo in "max open files" description
Removed extra word "The" from parameter description.

Signed-off-by: Scott Lovenberg <scott.lovenberg@gmail.com>
[ddiss@samba.org: removed white space damage]
Reviewed-by: David Disseldorp <ddiss@samba.org>
2013-11-14 17:21:27 +01:00

24 lines
1.0 KiB
XML

<samba:parameter name="max open files"
type="integer"
context="G"
advanced="1" developer="1"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This parameter limits the maximum number of
open files that one <citerefentry><refentrytitle>smbd</refentrytitle>
<manvolnum>8</manvolnum></citerefentry> file
serving process may have open for a client at any one time.
This parameter can be set very high (16404) as Samba uses
only one bit per unopened file. Setting this parameter lower than
16404 will cause Samba to complain and set this value back to
the minimum of 16404, as Windows 7 depends on this number of
open file handles being available.</para>
<para>The limit of the number of open files is usually set
by the UNIX per-process file descriptor limit rather than
this parameter so you should never need to touch this parameter.</para>
</description>
<value type="default">16404</value>
</samba:parameter>