summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHarald Musum <musum@oath.com>2018-07-17 18:00:10 +0200
committerGitHub <noreply@github.com>2018-07-17 18:00:10 +0200
commit573bf2c3fb5734d9d4b6a8ec1b7d144d3f27a253 (patch)
treeb67888fb95dad333fa4bc35658fb9e2f9fbfadc7 /searchcore
parenta22dbb93b39d20f52add81941ec1df9962d54b30 (diff)
Revert "As we changed to add a 5% summary cache some time ago, we should also…"
Diffstat (limited to 'searchcore')
-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 ca690aefa92..7578066d93a 100644
--- a/searchcore/src/vespa/searchcore/config/proton.def
+++ b/searchcore/src/vespa/searchcore/config/proton.def
@@ -292,7 +292,7 @@ summary.write.io enum {NORMAL, OSYNC, DIRECTIO} default=DIRECTIO
## Control io options during read of stored documents.
## All summary.read options will take effect immediately on new files written.
## On old files it will take effect either upon compact or on restart.
-summary.read.io enum {NORMAL, DIRECTIO, MMAP } default=DIRECTIO restart
+summary.read.io enum {NORMAL, DIRECTIO, MMAP } default=MMAP restart
## Multiple optional options for use with mmap
summary.read.mmap.options[] enum {MLOCK, POPULATE, HUGETLB} restart