sync packagaing with SAMBA_3_0
[kai/samba.git] / docs / docbook / smbdotconf / tuning / maxopenfiles.xml
1 <samba:parameter xmlns:samba="http://samba.org/common">
2                 <term><anchor id="MAXOPENFILES"/>max open files (G)</term>
3                 <listitem><para>This parameter limits the maximum number of 
4                 open files that one <citerefentry><refentrytitle>smbd</refentrytitle>
5                 <manvolnum>8</manvolnum></citerefentry> file 
6                 serving process may have open for a client at any one time. The 
7                 default for this parameter is set very high (10,000) as Samba uses 
8                 only one bit per unopened file.</para>
9                 
10                 <para>The limit of the number of open files is usually set 
11                 by the UNIX per-process file descriptor limit rather than 
12                 this parameter so you should never need to touch this parameter.</para>
13
14                 <para>Default: <command moreinfo="none">max open files = 10000</command></para>
15                 </listitem>
16                 </samba:parameter>