summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@oath.com>2018-07-16 21:54:43 +0200
committerHenning Baldersheim <balder@oath.com>2018-07-16 21:54:43 +0200
commit258ef397b2568aa33d2218b4dbfcc0176c055565 (patch)
treef6195ab1c5e7df048281a4e7b94c192284a27023 /searchcore
parent980885223d1953260f0f2ea6f608fa5b77413d0f (diff)
As we changed to add a 5% summary cache some time ago, we should also change default read to DIRECTIO.
That was an oversight at the time.
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 7578066d93a..ca690aefa92 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=MMAP restart
+summary.read.io enum {NORMAL, DIRECTIO, MMAP } default=DIRECTIO restart
## Multiple optional options for use with mmap
summary.read.mmap.options[] enum {MLOCK, POPULATE, HUGETLB} restart