diff options
author | Jeremy Allison <jra@samba.org> | 2006-05-08 18:07:46 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:18 -0500 |
commit | 3b80216d45331989a30f4e21d0b86f439b2531ee (patch) | |
tree | 7a3c0a644ed2e7f84c94888d736b3d8639121f5f /docs/smbdotconf | |
parent | cfe3367aa3a78548c9a1296df1542e118a6628a1 (diff) | |
download | samba-3b80216d45331989a30f4e21d0b86f439b2531ee.tar.gz samba-3b80216d45331989a30f4e21d0b86f439b2531ee.tar.bz2 samba-3b80216d45331989a30f4e21d0b86f439b2531ee.zip |
Starting docs for new parameters for 3.0.23.
Jeremy.
(This used to be commit 44ac28292479225ec9e04ce165e75410240853cb)
Diffstat (limited to 'docs/smbdotconf')
-rw-r--r-- | docs/smbdotconf/tuning/openfilesdatabasehashsize.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/smbdotconf/tuning/openfilesdatabasehashsize.xml b/docs/smbdotconf/tuning/openfilesdatabasehashsize.xml new file mode 100644 index 0000000000..37fee6fe4c --- /dev/null +++ b/docs/smbdotconf/tuning/openfilesdatabasehashsize.xml @@ -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> |