blob: 01d067f9e17bf0d57d2308c3b047698d9f391603 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<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>
|