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

vlendec at samba.org vlendec at samba.org
Tue Nov 21 13:45:44 GMT 2006


Author: vlendec
Date: 2006-11-21 13:45:44 +0000 (Tue, 21 Nov 2006)
New Revision: 997

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

Log:
Docs fix for r19820
Modified:
   trunk/smbdotconf/filename/maxstatcachesize.xml


Changeset:
Modified: trunk/smbdotconf/filename/maxstatcachesize.xml
===================================================================
--- trunk/smbdotconf/filename/maxstatcachesize.xml	2006-11-21 13:31:04 UTC (rev 996)
+++ trunk/smbdotconf/filename/maxstatcachesize.xml	2006-11-21 13:45:44 UTC (rev 997)
@@ -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>



More information about the samba-cvs mailing list