Ottomata has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/377791 )
Change subject: Increase druid broker query cache size to 2G ...................................................................... Increase druid broker query cache size to 2G This maywq help with wikistats query caching Change-Id: I0743a7a350d9a98cb6c1e09720a9d4052b0cdd0e --- M hieradata/eqiad/druid/broker.yaml 1 file changed, 3 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/91/377791/1 diff --git a/hieradata/eqiad/druid/broker.yaml b/hieradata/eqiad/druid/broker.yaml index 9e8625d..2d4ca1c 100644 --- a/hieradata/eqiad/druid/broker.yaml +++ b/hieradata/eqiad/druid/broker.yaml @@ -4,7 +4,9 @@ druid.server.http.numThreads: 20 druid.broker.http.numConnections: 20 druid.broker.http.readTimeout: PT5M - + # Increase druid broker query cache size to 2G. + # TBD: Perhaps we should also try using memcached? + druid.cache.sizeInBytes: 2147483648 druid::broker::env: DRUID_HEAP_OPTS: "-Xmx25g -Xms25g" DRUID_EXTRA_JVM_OPTS: "-XX:NewSize=6g -XX:MaxNewSize=6g -XX:MaxDirectMemorySize=64g -XX:+UseConcMarkSweepGC -XX:+PrintGCDetails -XX:+PrintGCTimeStamps" -- To view, visit https://gerrit.wikimedia.org/r/377791 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0743a7a350d9a98cb6c1e09720a9d4052b0cdd0e Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Ottomata <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
