Skip to content

Commit 9449299

Browse files
author
Andrés Gómez
authored
Change historical conf to work on local mode
1 parent b454b69 commit 9449299

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

conf/historical/runtime.properties_env

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,15 @@
22
druid.service=${DRUID_SERVICE}
33
druid.host=${DRUID_HOST}
44
druid.port=${DRUID_SERVICE_PORT}
5-
druid.server.http.numThreads=10
5+
druid.server.http.numThreads=9
66

77
druid.server.maxSize=5368709120
88
druid.segmentCache.locations=[{"path": "/opt/druid/data", "maxSize": 5368709120}]
99

10-
druid.historical.cache.useCache=true
11-
druid.historical.cache.populateCache=true
12-
druid.historical.cache.unCacheable=["select"]
13-
1410
# Logging
1511
druid.monitoring.monitors=["io.druid.client.cache.CacheMonitor", "com.metamx.metrics.JvmMonitor", "io.druid.server.metrics.HistoricalMetricsMonitor"]
1612

1713
# Processing
18-
druid.processing.numThreads=3
19-
druid.processing.buffer.sizeBytes=536870912
14+
druid.processing.buffer.sizeBytes=256000000
15+
druid.processing.numThreads=2
2016
druid.query.topN.minTopNThreshold=100

0 commit comments

Comments
 (0)