smb.conf(5): client min protocol: add hint at list of available protocols
[Samba/gebeck_regimport.git] / docs-xml / smbdotconf / filename / maxstatcachesize.xml
blobd341beb4f856c9429813729e704255fe33890dd6
1 <samba:parameter name="max stat cache size"
2                  context="G"
3                  developer="1"
4                  type="integer"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7         <para>This parameter limits the size in memory of any 
8           <parameter moreinfo="none">stat cache</parameter> being used
9           to speed up case insensitive name mappings. It represents
10           the number of kilobyte (1024) units the stat cache can use.
11           A value of zero, meaning unlimited, is not advisable due to
12           increased memory usage.  You should not need to change this
13           parameter.
14         </para>
15 </description>
16 <related>stat cache</related>
17 <value type="default">256</value>
18 <value type="example">100</value>
19 </samba:parameter>