druid/examples/config/historical/runtime.properties

12 lines
397 B
Properties
Raw Normal View History

druid.host=localhost
druid.port=8081
druid.service=historical
# We can only 1 scan segment in parallel with these configs.
# Our intermediate buffer is also very small so longer topNs will be slow.
2014-01-13 21:01:56 -05:00
druid.processing.buffer.sizeBytes=100000000
2013-11-11 19:43:05 -05:00
druid.processing.numThreads=1
druid.segmentCache.locations=[{"path": "/tmp/druid/indexCache", "maxSize"\: 10000000000}]
druid.server.maxSize=10000000000