Better language and note it was added in 3.0.23.
[Samba.git] / docs / smbdotconf / tuning / openfilesdatabasehashsize.xml
blob3434279a99e068d938e877f5e655c48d6d9485db
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 was added in Samba 3.0.23. This is an internal tuning parameter that sets
8         the hash size of the tdb used for the open file databases. The presence of this parameter
9         allows tuning of the system for very large (thousands of concurrent users) Samba setups.
10         The default setting of this parameter should be sufficient for most normal environments.
11         It is advised not to change this parameter unless advised to by a Samba Team member.</para>
12 </description>
14 <value type="default">10007</value>
15 <value type="example">1338457</value>
16 </samba:parameter>