source: branches/samba-3.3.x/docs-xml/smbdotconf/tuning/maxopenfiles.xml

Last change on this file was 217, checked in by Herwig Bauernfeind, 16 years ago

Import Samba 3.3 branch at 3.3.0 level docs-xml (psmedley's port)

File size: 859 bytes
Line 
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>
Note: See TracBrowser for help on using the repository browser.