summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2017-01-05 16:41:22 +0100
committerGitHub <noreply@github.com>2017-01-05 16:41:22 +0100
commitb0a8c761b9cf9013f3ed39e68781e4ee6ebbe6fb (patch)
tree34a2656a02588f1983f736b27aa1db4c6708ede4 /searchcore
parent9b50a7050b957c91e0c1f4665f8e398a5fc28b12 (diff)
parent9575b6a720563fc957430d7c23eebeaf7e42e3bf (diff)
Merge pull request #1432 from yahoo/geirst/support-shrinking-underlying-memory-allocation-in-rcuvector-shrink
Geirst/support shrinking underlying memory allocation in rcuvector shrink
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 a61e30ebd13..d63f67782ad 100644
--- a/searchcore/src/vespa/searchcore/config/proton.def
+++ b/searchcore/src/vespa/searchcore/config/proton.def
@@ -181,7 +181,7 @@ distribution.searchablecopies long default=1 restart
grow.initial long default=1024 restart
## Grow factor in percent for any per document tables.
-grow.factor int default=50 restart
+grow.factor int default=20 restart
## Constant added when growing any per document tables.
grow.add int default=1 restart