summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-01-21 08:29:55 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-01-21 08:29:55 +0000
commit0894119aa5f439ea8e7586d9f8deaa8e7f1ded62 (patch)
tree3efd6753442dc4811282086c4b054e72e69439a1 /storage
parentf46008c97bc8fc69e84005137407020f716f8673 (diff)
4 bucket db stripe bits by default.
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/config/stor-server.def6
1 files changed, 1 insertions, 5 deletions
diff --git a/storage/src/vespa/storage/config/stor-server.def b/storage/src/vespa/storage/config/stor-server.def
index a00f7b4feb5..ceb25e099b2 100644
--- a/storage/src/vespa/storage/config/stor-server.def
+++ b/storage/src/vespa/storage/config/stor-server.def
@@ -92,8 +92,4 @@ use_content_node_btree_bucket_db bool default=true restart
## If non-zero, the bucket DB will be striped into 2^bits sub-databases, each handling
## a disjoint subset of the node's buckets, in order to reduce locking contention.
## Max value is unspecified, but will be clamped internally.
-## WARNING:
-## Setting this to a non-zero value requires the minimum split bit level in the cluster
-## to be enforced, so only set this value if you know exactly what you're doing!
-content_node_bucket_db_stripe_bits int default=0 restart
-
+content_node_bucket_db_stripe_bits int default=4 restart