Work around iconv conversion failure from generated smb.conf.5 on Ubuntu 8.04.
[tprouty/samba.git] / docs-xml / smbdotconf / filename / maxstatcachesize.xml
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 useage.  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>