summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorChristof Schmitt <cs@samba.org>2019-04-05 15:43:21 -0700
committerJeremy Allison <jra@samba.org>2019-04-06 05:12:21 +0000
commit9ff5c0bab76c5d3d7bea1fcb79861d0c9a3b9839 (patch)
tree23280c05b2c9d5be8603bcd61f5dd873451543de /docs-xml
parenta04ca6f3438595ba7e1a110877f53d1cac0f0402 (diff)
downloadsamba-9ff5c0bab76c5d3d7bea1fcb79861d0c9a3b9839.tar.gz
memcache: Increase size of default memcache to 512k
With the fixed accounting of talloc objects, the default cache size needs to increase. The exact increase required depends on the workloads, going form 256k to 512k seems like a reasonable guess. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13865 Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/smbdotconf/filename/maxstatcachesize.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-xml/smbdotconf/filename/maxstatcachesize.xml b/docs-xml/smbdotconf/filename/maxstatcachesize.xml
index 63f91e70fd2..866d74d6ffd 100644
--- a/docs-xml/smbdotconf/filename/maxstatcachesize.xml
+++ b/docs-xml/smbdotconf/filename/maxstatcachesize.xml
@@ -13,6 +13,6 @@
</para>
</description>
<related>stat cache</related>
-<value type="default">256</value>
+<value type="default">512</value>
<value type="example">100</value>
</samba:parameter>