1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +03:00

Starting docs for new parameters for 3.0.23.

Jeremy.
This commit is contained in:
Jeremy Allison 2006-05-08 18:07:46 +00:00 committed by Gerald W. Carter
parent 5b0320ace1
commit 44ac282924

View File

@ -0,0 +1,16 @@
<samba:parameter name="open files database hash size"
type="integer"
context="G"
developer="1"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This parameter is an internal tuning parameter that sets the hash size of the tdb used
for the open file databases. The presence of this parameter allows tuning of the system
for very large (thousands of concurrent users) Samba set-ups. The default setting of
this parameter should be sufficient for most normal settings. It is advised not to change
this parameter unless advised to by a Samba Team member.</para>
</description>
<value type="default">10007</value>
<value type="example">1338457</value>
</samba:parameter>