summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-01-11 10:07:29 +0100
committerGitHub <noreply@github.com>2022-01-11 10:07:29 +0100
commitbc60b11563a167ccdfe2d04ba97285a53bab4e48 (patch)
tree32ca6d9fa76310b18ecb9a6a706225072ee907d9
parentfc08e7c93f3aedffc1f4643343b9ef1ea53106df (diff)
parent7ecf227445a818de3142b492ccfc4d77947a2e18 (diff)
Merge pull request #20744 from vespa-engine/balder/use-4-percent-as-default-everywhere
Reduce default summary cache memory from 5% to 4% all over.
-rw-r--r--searchcore/src/vespa/searchcore/config/proton.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/config/proton.def b/searchcore/src/vespa/searchcore/config/proton.def
index 8a3550ac00b..62b9f6416af 100644
--- a/searchcore/src/vespa/searchcore/config/proton.def
+++ b/searchcore/src/vespa/searchcore/config/proton.def
@@ -203,7 +203,7 @@ distribution.searchablecopies long default=1
## Control cache size in bytes.
## Postive numbers are absolute in bytes.
## Negative numbers are a percentage of memory.
-summary.cache.maxbytes long default=-5
+summary.cache.maxbytes long default=-4
## Include visits in the cache, if the visitoperation allows it.
## This will enable another separate cache of summary.cache.maxbytes size.