diff options
author | Christof Schmitt <cs@samba.org> | 2019-04-05 15:43:21 -0700 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2019-04-12 07:57:11 +0000 |
commit | e09262b7a0feca27aff2a64c5b36cefd13c676a4 (patch) | |
tree | 81d20b184490b382018b67c4a1243b6f2483565f /docs-xml | |
parent | a54038bf5f87189ebc46ae3da1335205efd03669 (diff) | |
download | samba-e09262b7a0feca27aff2a64c5b36cefd13c676a4.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>
(cherry picked from commit 9ff5c0bab76c5d3d7bea1fcb79861d0c9a3b9839)
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/smbdotconf/filename/maxstatcachesize.xml | 2 |
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> |