diff options
author | Jeremy Allison <jra@samba.org> | 2005-04-07 21:47:27 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:25 -0500 |
commit | 2b7907805aeb32775f11795b88e01721b115eafe (patch) | |
tree | cd24628c3fd5d553b035f93961c99c5463a728ce | |
parent | b8b6b0ac212cdf165624bd8c0ff8816bb203f32a (diff) | |
download | samba-2b7907805aeb32775f11795b88e01721b115eafe.tar.gz samba-2b7907805aeb32775f11795b88e01721b115eafe.tar.bz2 samba-2b7907805aeb32775f11795b88e01721b115eafe.zip |
Added docs for max stat cache size.
Jeremy.
(This used to be commit cef00e4b9b4aba5cb38c3b854acc7265842559aa)
-rw-r--r-- | docs/smbdotconf/filename/maxstatcachesize.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/smbdotconf/filename/maxstatcachesize.xml b/docs/smbdotconf/filename/maxstatcachesize.xml new file mode 100644 index 0000000000..537c73adbe --- /dev/null +++ b/docs/smbdotconf/filename/maxstatcachesize.xml @@ -0,0 +1,13 @@ +<samba:parameter name="stat cache" + context="G" + developer="1" + type="integer" + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> +<description> + <para>This parameter specifies the maximum amount of memory (in kilobytes) + smbd will use for the stat cache that speeds up case insensitive name mappings. + If set to zero (the default) there is no limit. Change this if your smbd processes + grow too large when servicing something like a back-up application.</para> +</description> +<value type="default">0</value> +</samba:parameter> |