]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Update max stat cache size parameter.
authorJeremy Allison <jra@samba.org>
Mon, 27 Jun 2005 23:43:43 +0000 (23:43 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 13:46:55 +0000 (08:46 -0500)
Jeremy.

docs/smbdotconf/filename/maxstatcachesize.xml

index 2a5d2258b58770267f4ef6cf16cf7b06646b4d28..6152f781e9a8c1cfb82900e15197f88461e0231e 100644 (file)
@@ -4,10 +4,14 @@
                 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>
+       <para>This parameter limits the size in memory of any 
+        <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>
 </description>
+<related>stat cache</related>
 <value type="default">0</value>
+<value type="example">1024</value>
 </samba:parameter>