svn commit: samba-docs r459 - in trunk/smbdotconf/filename: .

jra at samba.org jra at samba.org
Thu Apr 7 21:47:27 GMT 2005


Author: jra
Date: 2005-04-07 21:47:27 +0000 (Thu, 07 Apr 2005)
New Revision: 459

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=459

Log:
Added docs for max stat cache size.
Jeremy.

Added:
   trunk/smbdotconf/filename/maxstatcachesize.xml


Changeset:
Added: trunk/smbdotconf/filename/maxstatcachesize.xml
===================================================================
--- trunk/smbdotconf/filename/maxstatcachesize.xml	2005-04-02 19:44:58 UTC (rev 458)
+++ trunk/smbdotconf/filename/maxstatcachesize.xml	2005-04-07 21:47:27 UTC (rev 459)
@@ -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>



More information about the samba-cvs mailing list