druid/examples/config/historical/runtime.properties

11 lines
297 B
Properties

druid.host=localhost
druid.service=historical
druid.port=8081
# Change these to make Druid faster
druid.processing.buffer.sizeBytes=100000000
druid.processing.numThreads=1
druid.segmentCache.locations=[{"path": "/tmp/druid/indexCache", "maxSize"\: 10000000000}]
druid.server.maxSize=10000000000