diff options
author | Jeremy Allison <jra@samba.org> | 2005-06-27 23:43:43 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:55 -0500 |
commit | a94a1d961dbc8bf76b03bec001546e168d3f09ca (patch) | |
tree | 8b4ec943433129be65304210857d9dfcced466d4 /docs | |
parent | cbaced2bcf9cbc198406aa04c6e9ed8c2f5bb6ad (diff) | |
download | samba-a94a1d961dbc8bf76b03bec001546e168d3f09ca.tar.gz samba-a94a1d961dbc8bf76b03bec001546e168d3f09ca.tar.bz2 samba-a94a1d961dbc8bf76b03bec001546e168d3f09ca.zip |
Update max stat cache size parameter.
Jeremy.
(This used to be commit 28d872f2a6380c0dd8f13398fd1ac64567d1c4d1)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/smbdotconf/filename/maxstatcachesize.xml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/smbdotconf/filename/maxstatcachesize.xml b/docs/smbdotconf/filename/maxstatcachesize.xml index 2a5d2258b5..6152f781e9 100644 --- a/docs/smbdotconf/filename/maxstatcachesize.xml +++ b/docs/smbdotconf/filename/maxstatcachesize.xml @@ -4,10 +4,14 @@ 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> + <para>This parameter limits the size in memory of any + <parameter moreinfo="none">stat cache</parameter> being used + to speed up case insensitive name mappings. This parameter is + the number of kilobyte (1024) units the stat cache can use. + The default is zero, which means unlimited. You should not need + to change this parameter.</para> </description> +<related>stat cache</related> <value type="default">0</value> +<value type="example">1024</value> </samba:parameter> |