diff options
-rw-r--r-- | docs/smbdotconf/tuning/allocationroundupsize.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/smbdotconf/tuning/allocationroundupsize.xml b/docs/smbdotconf/tuning/allocationroundupsize.xml new file mode 100644 index 0000000000..3b7e44f2e8 --- /dev/null +++ b/docs/smbdotconf/tuning/allocationroundupsize.xml @@ -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> |