Merge branch 'master' of ctdb into 'master' of samba
[samba.git] / docs-xml / smbdotconf / tuning / allocationroundupsize.xml
1 <samba:parameter name="allocation roundup size"
2                  context="S"
3                  type="integer"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6     <para>This parameter allows an administrator to tune the 
7     allocation size reported to Windows clients.  The default 
8     size of 1Mb generally results in improved Windows client
9     performance.   However, rounding the allocation size may cause
10     difficulties for some applications, e.g. MS Visual Studio.
11     If the MS Visual Studio compiler starts to crash with an
12     internal error, set this parameter to zero for this share.
13     </para>
14
15     <para>The integer parameter specifies the roundup size in bytes.</para>
16 </description>
17
18 <value type="default">1048576</value>
19 <value type="example">0<comment>(to disable roundups)</comment></value>
20 </samba:parameter>