summaryrefslogtreecommitdiffstats
path: root/container-messagebus/src/main/resources/configdefinitions/container.jdisc.container-mbus.def
diff options
context:
space:
mode:
Diffstat (limited to 'container-messagebus/src/main/resources/configdefinitions/container.jdisc.container-mbus.def')
-rw-r--r--container-messagebus/src/main/resources/configdefinitions/container.jdisc.container-mbus.def34
1 files changed, 34 insertions, 0 deletions
diff --git a/container-messagebus/src/main/resources/configdefinitions/container.jdisc.container-mbus.def b/container-messagebus/src/main/resources/configdefinitions/container.jdisc.container-mbus.def
new file mode 100644
index 00000000000..9aef2b32a66
--- /dev/null
+++ b/container-messagebus/src/main/resources/configdefinitions/container.jdisc.container-mbus.def
@@ -0,0 +1,34 @@
+# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+namespace=container.jdisc
+
+#settings for message bus in container
+
+# Which network port is used
+port int default=0
+
+# Number of connections per target
+numconnectionspertarget int default=1
+
+# Number network threads
+numthreads int default=2
+
+# Optimize for latency, or throughput.
+optimize_for enum {LATENCY, THROUGHPUT} default=LATENCY
+
+# Everying below is deprecated and will go away very soon.
+# Dynamic throttling is used, and works better than anything else.
+maxpendingcount int default=2048
+
+enabled bool default=false
+#maxpendingsize is set in megabytes!
+maxpendingsize int default=100
+
+#The amount of input data that the service can process concurrently
+maxConcurrentFactor double default=0.2 range=[0.0-1.0]
+
+#The factor that an operation grows by in terms of temporary memory usage during deserialization and processing
+documentExpansionFactor double default=80.0
+
+#The headroom left for the container and other stuff, i.e. heap that cannot be used for processing (megabytes)
+containerCoreMemory int default=150
+