summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-01-11 07:47:18 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-01-11 07:47:18 +0000
commit7ecf227445a818de3142b492ccfc4d77947a2e18 (patch)
tree0d8f866a825f5aae709196160b4649f2ec6f41a0
parent0d21c1830fff13fd19f7c6342ec2184979769185 (diff)
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.