]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Docs fix for r19820
authorVolker Lendecke <vlendec@samba.org>
Tue, 21 Nov 2006 13:45:44 +0000 (13:45 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 13:47:22 +0000 (08:47 -0500)
(This used to be commit f0cf9b04b3396b554cdd3f761dfb0f7262fcb39c)

docs/smbdotconf/filename/maxstatcachesize.xml

index 6152f781e9a8c1cfb82900e15197f88461e0231e..c63f834d054208394032f21a356e8439c3bdfe97 100644 (file)
@@ -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>