1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-01 05:47:28 +03:00
samba-mirror/docs/smbdotconf/tuning/allocationroundupsize.xml
Gerald Carter 2f5e431faf fix xml syntax error
(This used to be commit 4e68ec10900472bcd9316dc605ab807ee5eb49aa)
2008-04-23 08:46:17 -05:00

19 lines
715 B
XML

<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>
<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>