diff options
author | Volker Lendecke <vlendec@samba.org> | 2006-11-21 13:45:44 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:22 -0500 |
commit | d5d2ab7fefa63259167ce5cc6826295c9edbf7a2 (patch) | |
tree | 6b3b88790290e6d9ec849ccce12252af4338b32b | |
parent | cf020548213626aa7f7e3e40b35d95a0f4ca42cb (diff) | |
download | samba-d5d2ab7fefa63259167ce5cc6826295c9edbf7a2.tar.gz samba-d5d2ab7fefa63259167ce5cc6826295c9edbf7a2.tar.bz2 samba-d5d2ab7fefa63259167ce5cc6826295c9edbf7a2.zip |
Docs fix for r19820
(This used to be commit f0cf9b04b3396b554cdd3f761dfb0f7262fcb39c)
-rw-r--r-- | docs/smbdotconf/filename/maxstatcachesize.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/smbdotconf/filename/maxstatcachesize.xml b/docs/smbdotconf/filename/maxstatcachesize.xml index 6152f781e9..c63f834d05 100644 --- a/docs/smbdotconf/filename/maxstatcachesize.xml +++ b/docs/smbdotconf/filename/maxstatcachesize.xml @@ -8,10 +8,11 @@ <parameter moreinfo="none">stat cache</parameter> being used to speed up case insensitive name mappings. This parameter is the number of kilobyte (1024) units the stat cache can use. - The default is zero, which means unlimited. You should not need - to change this parameter.</para> + A value of zero means unlimited which is not advised aѕ it can + use a lot of memory. + You should not need to change this parameter.</para> </description> <related>stat cache</related> -<value type="default">0</value> -<value type="example">1024</value> +<value type="default">1024</value> +<value type="example">100</value> </samba:parameter> |