druid/examples/config/historical/runtime.properties

11 lines
297 B
Properties
Raw Normal View History

druid.host=localhost
druid.service=historical
druid.port=8081
2013-11-11 16:43:05 -08:00
# Change these to make Druid faster
2014-01-13 18:01:56 -08:00
druid.processing.buffer.sizeBytes=100000000
2013-11-11 16:43:05 -08:00
druid.processing.numThreads=1
druid.segmentCache.locations=[{"path": "/tmp/druid/indexCache", "maxSize"\: 10000000000}]
druid.server.maxSize=10000000000