Elukey has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/399231 )

Change subject: Revert "role::druid::analytics: lower down all the Xms settings"
......................................................................


Revert "role::druid::analytics: lower down all the Xms settings"

This reverts commit 3a2c512f618ec019db4e20e193da0ab49de17c33.

Change-Id: I8795cf9819a76daa85cbe66bb1b1f57db3502274
---
M hieradata/role/common/druid/analytics/worker.yaml
1 file changed, 4 insertions(+), 4 deletions(-)

Approvals:
  Elukey: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/hieradata/role/common/druid/analytics/worker.yaml 
b/hieradata/role/common/druid/analytics/worker.yaml
index 1b06e03..c6e5849 100644
--- a/hieradata/role/common/druid/analytics/worker.yaml
+++ b/hieradata/role/common/druid/analytics/worker.yaml
@@ -79,7 +79,7 @@
   # TBD: Perhaps we should also try using memcached?
   druid.cache.sizeInBytes: 2147483648
 profile::druid::broker::env:
-  DRUID_HEAP_OPTS: "-Xmx25g -Xms5g"
+  DRUID_HEAP_OPTS: "-Xmx25g -Xms25g"
   DRUID_EXTRA_JVM_OPTS: "-XX:NewSize=6g -XX:MaxNewSize=6g 
-XX:MaxDirectMemorySize=64g -XX:+UseConcMarkSweepGC -XX:+PrintGCDetails 
-XX:+PrintGCTimeStamps"
 
 
@@ -91,7 +91,7 @@
   druid.emitter.composing.emitters: ["logging","http"]
   druid.emitter.http.recipientBaseUrl: "http://localhost:8000/";
 profile::druid::coordinator::env:
-  DRUID_HEAP_OPTS: "-Xmx10g -Xms5g"
+  DRUID_HEAP_OPTS: "-Xmx10g -Xms10g"
   DRUID_EXTRA_JVM_OPTS: "-XX:NewSize=512m -XX:MaxNewSize=512m -XX:+UseG1GC 
-XX:+PrintGCDetails -XX:+PrintGCTimeStamps"
 
 
@@ -112,7 +112,7 @@
   druid.historical.cache.populateCache: true
   druid.monitoring.monitors: 
["io.druid.server.metrics.HistoricalMetricsMonitor"]
 profile::druid::historical::env:
-  DRUID_HEAP_OPTS: "-Xmx12g -Xms5g"
+  DRUID_HEAP_OPTS: "-Xmx12g -Xms12g"
   DRUID_EXTRA_JVM_OPTS: "-XX:NewSize=6g -XX:MaxNewSize=6g 
-XX:MaxDirectMemorySize=32g -XX:+UseConcMarkSweepGC -XX:+PrintGCDetails 
-XX:+PrintGCTimeStamps"
 
 
@@ -142,5 +142,5 @@
   druid.indexer.runner.type: remote
   druid.indexer.storage.type: metadata
 profile::druid::overlord::env:
-  DRUID_HEAP_OPTS: "-Xmx4g -Xms2g"
+  DRUID_HEAP_OPTS: "-Xmx4g -Xms4g"
   DRUID_EXTRA_JVM_OPTS: "-XX:NewSize=256m -XX:MaxNewSize=256m 
-XX:+UseConcMarkSweepGC -XX:+PrintGCDetails -XX:+PrintGCTimeStamps"

-- 
To view, visit https://gerrit.wikimedia.org/r/399231
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I8795cf9819a76daa85cbe66bb1b1f57db3502274
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Elukey <ltosc...@wikimedia.org>
Gerrit-Reviewer: Elukey <ltosc...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to