mirror of https://github.com/apache/druid.git
Changing num threads to 9 (#3492)
This commit is contained in:
parent
91e6ab4fcf
commit
d0ea84149f
|
@ -3,7 +3,7 @@ druid.port=8082
|
||||||
|
|
||||||
# HTTP server threads
|
# HTTP server threads
|
||||||
druid.broker.http.numConnections=5
|
druid.broker.http.numConnections=5
|
||||||
druid.server.http.numThreads=8
|
druid.server.http.numThreads=9
|
||||||
|
|
||||||
# Processing threads and buffers
|
# Processing threads and buffers
|
||||||
druid.processing.buffer.sizeBytes=256000000
|
druid.processing.buffer.sizeBytes=256000000
|
||||||
|
|
|
@ -2,7 +2,7 @@ druid.service=druid/historical
|
||||||
druid.port=8083
|
druid.port=8083
|
||||||
|
|
||||||
# HTTP server threads
|
# HTTP server threads
|
||||||
druid.server.http.numThreads=8
|
druid.server.http.numThreads=9
|
||||||
|
|
||||||
# Processing threads and buffers
|
# Processing threads and buffers
|
||||||
druid.processing.buffer.sizeBytes=256000000
|
druid.processing.buffer.sizeBytes=256000000
|
||||||
|
|
|
@ -9,7 +9,7 @@ druid.indexer.runner.javaOpts=-server -Xmx2g -Duser.timezone=UTC -Dfile.encoding
|
||||||
druid.indexer.task.baseTaskDir=var/druid/task
|
druid.indexer.task.baseTaskDir=var/druid/task
|
||||||
|
|
||||||
# HTTP server threads
|
# HTTP server threads
|
||||||
druid.server.http.numThreads=8
|
druid.server.http.numThreads=9
|
||||||
|
|
||||||
# Processing threads and buffers
|
# Processing threads and buffers
|
||||||
druid.processing.buffer.sizeBytes=256000000
|
druid.processing.buffer.sizeBytes=256000000
|
||||||
|
|
|
@ -69,6 +69,6 @@
|
||||||
"druid.discovery.curator.path" : "/druid/discovery",
|
"druid.discovery.curator.path" : "/druid/discovery",
|
||||||
"druid.selectors.indexing.serviceName" : "druid/overlord",
|
"druid.selectors.indexing.serviceName" : "druid/overlord",
|
||||||
"http.port" : "8200",
|
"http.port" : "8200",
|
||||||
"http.threads" : "8"
|
"http.threads" : "9"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue