mirror of
https://github.com/samba-team/samba.git
synced 2025-01-05 09:18:06 +03:00
9ff5c0bab7
With the fixed accounting of talloc objects, the default cache size needs to increase. The exact increase required depends on the workloads, going form 256k to 512k seems like a reasonable guess. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13865 Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
19 lines
717 B
XML
19 lines
717 B
XML
<samba:parameter name="max stat cache size"
|
|
context="G"
|
|
type="integer"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>This parameter limits the size in memory of any
|
|
<parameter moreinfo="none">stat cache</parameter> being used
|
|
to speed up case insensitive name mappings. It represents
|
|
the number of kilobyte (1024) units the stat cache can use.
|
|
A value of zero, meaning unlimited, is not advisable due to
|
|
increased memory usage. You should not need to change this
|
|
parameter.
|
|
</para>
|
|
</description>
|
|
<related>stat cache</related>
|
|
<value type="default">512</value>
|
|
<value type="example">100</value>
|
|
</samba:parameter>
|