svn commit: samba-docs r944 - in trunk/smbdotconf/tuning: .

jra at samba.org jra at samba.org
Mon May 8 18:07:46 GMT 2006


Author: jra
Date: 2006-05-08 18:07:46 +0000 (Mon, 08 May 2006)
New Revision: 944

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=944

Log:
Starting docs for new parameters for 3.0.23.
Jeremy.

Added:
   trunk/smbdotconf/tuning/openfilesdatabasehashsize.xml


Changeset:
Added: trunk/smbdotconf/tuning/openfilesdatabasehashsize.xml
===================================================================
--- trunk/smbdotconf/tuning/openfilesdatabasehashsize.xml	2006-04-30 13:01:08 UTC (rev 943)
+++ trunk/smbdotconf/tuning/openfilesdatabasehashsize.xml	2006-05-08 18:07:46 UTC (rev 944)
@@ -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>



More information about the samba-cvs mailing list