druid/docs/content
李成露(StefanLee) 22977780aa Doc (#4217)
* Fixed (#4216)

Modify the default value of  `druid.server.http.numThreads`  to `Math.max(10, (Runtime.getRuntime().availableProcessors() * 17) / 16 + 2) + 30`

* Fixed(#4216)

Modify the default value of  `druid.server.http.numThreads` to `max(10, (Number of cores * 17) / 16 + 2) + 30`

* Fixed(#4216)

Modify the default value of  `druid.server.http.numThreads`  to `max(10, (Number of cores * 17) / 16 + 2) + 30`
2017-05-23 17:04:52 +09:00
..
comparisons update compares some more (#3158) 2016-06-16 18:34:43 -07:00
configuration Doc (#4217) 2017-05-23 17:04:52 +09:00
dependencies Fix a bunch of broken links in the docs. 2016-03-23 10:21:28 -07:00
design Add /isLeader call to overlord and coordinator. (#4282) 2017-05-18 20:46:13 -05:00
development Add PrefetchableTextFilesFirehoseFactory for cloud storage types (#4193) 2017-05-18 15:37:18 +09:00
ingestion Add PrefetchableTextFilesFirehoseFactory for cloud storage types (#4193) 2017-05-18 15:37:18 +09:00
misc Support string type in math expression (#2836) 2016-11-02 21:10:48 -06:00
operations fix injection bug and documentation (#4243) 2017-05-03 15:07:43 -05:00
querying improve query timeout handling and limit max scatter-gather bytes (#4229) 2017-05-16 12:47:32 -05:00
tutorials Outdated property names (#4146) 2017-04-05 16:37:38 -07:00
toc.md Update toc.md (#3704) 2017-03-01 14:33:39 -08:00