Starting docs for new parameters for 3.0.23.
authorJeremy Allison <jra@samba.org>
Mon, 8 May 2006 18:07:46 +0000 (18:07 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 13:47:18 +0000 (08:47 -0500)
Jeremy.

docs/smbdotconf/tuning/openfilesdatabasehashsize.xml [new file with mode: 0644]

diff --git a/docs/smbdotconf/tuning/openfilesdatabasehashsize.xml b/docs/smbdotconf/tuning/openfilesdatabasehashsize.xml
new file mode 100644 (file)
index 0000000..37fee6f
--- /dev/null
@@ -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>