diff options
author | Gerald Carter <jerry@samba.org> | 2005-03-11 12:34:46 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:17 -0500 |
commit | 4f229aced3fed0143a7a518fe00a74a019370c54 (patch) | |
tree | 338a10f1c67c853d1d950f6b2e06e7cd7317f2a8 /docs/smbdotconf/tuning | |
parent | 8a9b2ef77cf3e4146bc078aa436fa7ef5044ccf0 (diff) | |
download | samba-4f229aced3fed0143a7a518fe00a74a019370c54.tar.gz samba-4f229aced3fed0143a7a518fe00a74a019370c54.tar.bz2 samba-4f229aced3fed0143a7a518fe00a74a019370c54.zip |
adding documentation on the 'allocation roundup size' option
(This used to be commit 77177c8ca5150b27b813757a7597ebce50c0ee54)
Diffstat (limited to 'docs/smbdotconf/tuning')
-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> |