1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-19 10:03:58 +03:00

Added docs for max stat cache size.

Jeremy.
This commit is contained in:
Jeremy Allison 2005-04-07 21:47:27 +00:00 committed by Gerald W. Carter
parent 23bf939968
commit cef00e4b9b

View File

@ -0,0 +1,13 @@
<samba:parameter name="stat cache"
context="G"
developer="1"
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>
</description>
<value type="default">0</value>
</samba:parameter>