summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-01-13 09:38:49 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2023-01-13 09:38:49 +0100
commit8d69bebfd4269a41b83495bb72310ab5b88e6435 (patch)
tree642c7690cc054c67b9a7d2386da3d3960db152fa /storage
parent02f7d822efd3c7b03a8e1d45f5c1c77b98423811 (diff)
Use 2 rpc targets and 2 rpc network threads.
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/config/stor-communicationmanager.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/src/vespa/storage/config/stor-communicationmanager.def b/storage/src/vespa/storage/config/stor-communicationmanager.def
index 3083fb37081..b398440f5f6 100644
--- a/storage/src/vespa/storage/config/stor-communicationmanager.def
+++ b/storage/src/vespa/storage/config/stor-communicationmanager.def
@@ -30,7 +30,7 @@ mbus.compress.type enum {NONE, LZ4, ZSTD} default=LZ4 restart
mbus.rpctargetcache.ttl double default = 600 restart
## Number of rpc targets per spec
-mbus.num_rpc_targets int default=1 restart
+mbus.num_rpc_targets int default=2 restart
## Use tcpNoDelay for mbus network writes
mbus.tcp_no_delay bool default=true restart
@@ -64,7 +64,7 @@ rpc.events_before_wakeup int default=1 restart
## and the RPC target itself handles sequencing of these messages.
## NB !! It is vital that this number is kept in sync with stor-filestor:num_network_threads.
## Only skilled vespa core developers should touch this.
-rpc.num_targets_per_node int default=1 restart
+rpc.num_targets_per_node int default=2 restart
# Minimum size of packets to compress (0 means no compression)
rpc.compress.limit int default=1024 restart