mirror of
https://github.com/samba-team/samba.git
synced 2025-02-01 05:47:28 +03:00
2f5e431faf
(This used to be commit 4e68ec10900472bcd9316dc605ab807ee5eb49aa)
19 lines
715 B
XML
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>
|