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