Next update of VFS modules development guide
[kai/samba.git] / docs-xml / smbdotconf / tuning / maxopenfiles.xml
1 <samba:parameter name="max open files"
2                                  type="integer"
3                  context="G"
4                  advanced="1" developer="1"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7     <para>This parameter limits the maximum number of 
8     open files that one <citerefentry><refentrytitle>smbd</refentrytitle>
9     <manvolnum>8</manvolnum></citerefentry> file 
10     serving process may have open for a client at any one time. The 
11     default for this parameter is set very high (10,000) as Samba uses 
12     only one bit per unopened file.</para>
13                 
14     <para>The limit of the number of open files is usually set 
15     by the UNIX per-process file descriptor limit rather than 
16     this parameter so you should never need to touch this parameter.</para>
17 </description>
18
19 <value type="default">10000</value>
20 </samba:parameter>