Skip to content

Instantly share code, notes, and snippets.

@ChenShuai1981
Created June 5, 2018 01:42
Show Gist options
  • Save ChenShuai1981/819184d4202952fbb43c4dd6446d517f to your computer and use it in GitHub Desktop.
Save ChenShuai1981/819184d4202952fbb43c4dd6446d517f to your computer and use it in GitHub Desktop.
druid.service=druid/historical
druid.port=18083
# HTTP server threads
druid.server.http.numThreads=12
# Processing threads and buffers
druid.processing.buffer.sizeBytes=50000000
druid.processing.numMergeBuffers=2
druid.processing.numThreads=1
druid.processing.tmpDir=var/druid/processing
# Segment storage
druid.segmentCache.locations=[{"path":"var/druid/segment-cache","maxSize"\:300000000000}]
druid.server.maxSize=300000000000
# Query cache
druid.historical.cache.useCache=true
druid.historical.cache.populateCache=true
druid.cache.type=caffeine
druid.cache.sizeInBytes=10000000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment