diff options
Diffstat (limited to 'docs/smbdotconf/filename/maxstatcachesize.xml')
-rw-r--r-- | docs/smbdotconf/filename/maxstatcachesize.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/smbdotconf/filename/maxstatcachesize.xml b/docs/smbdotconf/filename/maxstatcachesize.xml new file mode 100644 index 0000000000..537c73adbe --- /dev/null +++ b/docs/smbdotconf/filename/maxstatcachesize.xml @@ -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> |