summaryrefslogtreecommitdiffstats
path: root/container-messagebus/src/main/resources/configdefinitions/container-mbus.def
blob: 7c6d1a1d1d3f8f17f9ffa1ee9821e615a915672f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
version=2
namespace=container.jdisc

#settings for message bus in container
enabled bool default=false
port int default=0
maxpendingcount int default=2048
#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