Starting docs for new parameters for 3.0.23.
[tprouty/samba.git] / docs / smbdotconf / tuning / openfilesdatabasehashsize.xml
1 <samba:parameter name="open files database hash size"
2                                  type="integer"
3                  context="G"
4                  developer="1"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7         <para>This parameter is an internal tuning parameter that sets the hash size of the tdb used
8         for the open file databases. The presence of this parameter allows tuning of the system
9         for very large (thousands of concurrent users) Samba set-ups. The default setting of 
10         this parameter should be sufficient for most normal settings. It is advised not to change
11         this parameter unless advised to by a Samba Team member.</para>
12 </description>
13
14 <value type="default">10007</value>
15 <value type="example">1338457</value>
16 </samba:parameter>