mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
Update max stat cache size parameter.
Jeremy.
(This used to be commit 28d872f2a6
)
This commit is contained in:
parent
cbaced2bcf
commit
a94a1d961d
@ -4,10 +4,14 @@
|
||||
type="integer"
|
||||
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
||||
<description>
|
||||
<para>This parameter specifies the maximum amount of memory (in kilobytes)
|
||||
smbd will use for the stat cache that speeds up case insensitive name mappings.
|
||||
If set to zero (the default) there is no limit. Change this if your smbd processes
|
||||
grow too large when servicing something like a back-up application.</para>
|
||||
<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. This parameter is
|
||||
the number of kilobyte (1024) units the stat cache can use.
|
||||
The default is zero, which means unlimited. You should not need
|
||||
to change this parameter.</para>
|
||||
</description>
|
||||
<related>stat cache</related>
|
||||
<value type="default">0</value>
|
||||
<value type="example">1024</value>
|
||||
</samba:parameter>
|
||||
|
Loading…
Reference in New Issue
Block a user