svn commit: samba-docs r399 - in trunk/smbdotconf/tuning: .

jerry at samba.org jerry at samba.org
Fri Mar 11 12:34:46 GMT 2005


Author: jerry
Date: 2005-03-11 12:34:46 +0000 (Fri, 11 Mar 2005)
New Revision: 399

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

Log:
adding documentation on the 'allocation roundup size' option
Added:
   trunk/smbdotconf/tuning/allocationroundupsize.xml


Changeset:
Added: trunk/smbdotconf/tuning/allocationroundupsize.xml
===================================================================
--- trunk/smbdotconf/tuning/allocationroundupsize.xml	2005-03-10 23:40:18 UTC (rev 398)
+++ trunk/smbdotconf/tuning/allocationroundupsize.xml	2005-03-11 12:34:46 UTC (rev 399)
@@ -0,0 +1,17 @@
+<samba:parameter name="allocation roundup size"
+                 context="S"
+		 type="integer"
+                 xmlns:samba="http://samba.org/common">
+<description>
+    <para>This parameter allows an administrator to tune the 
+    allocation size reported to Windows clients.  The default 
+    size of 1Mb generally results in improved Windows client
+    performance.   However, rounding the allocation size may cause
+    difficulties for some applications, e.g. MS Visual Studio.
+
+    <para>The integer parameter specifies the roundup size in bytes.</para>
+</description>
+
+<value type="default">1048576</value>
+<value type="example">0<comment>(to disable roundups)</comment></value>
+</samba:parameter>



More information about the samba-cvs mailing list