mirror of
https://github.com/apache/druid.git
synced 2025-03-03 07:49:13 +00:00
Conflicts: examples/config/historical/runtime.properties examples/config/overlord/runtime.properties examples/config/realtime/runtime.properties
8 lines
271 B
INI
8 lines
271 B
INI
druid.host=localhost
|
|
druid.port=8080
|
|
druid.service=overlord
|
|
|
|
druid.indexer.queue.startDelay=PT0M
|
|
druid.indexer.runner.javaOpts="-server -Xmx256m"
|
|
druid.indexer.fork.property.druid.processing.numThreads=1
|
|
druid.indexer.fork.property.druid.computation.buffer.size=100000000 |