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

Change subject: cdh:hive: set minimum jvm heap size to 4g
......................................................................


cdh:hive: set minimum jvm heap size to 4g

After fixing the Xmx settings and adding monitoring to GC metrics
there seems to be frequent collections for the young generation
even if not really needed. We observed this behavior on other
Hadoop daemons, and raising the Xms settings helped a lot.

Change-Id: Ic526d88192d20a12fa281c27a1db5ba1640a42b6
---
M hieradata/eqiad/cdh/hive.yaml
1 file changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/hieradata/eqiad/cdh/hive.yaml b/hieradata/eqiad/cdh/hive.yaml
index 8fec8bc..bbff820 100644
--- a/hieradata/eqiad/cdh/hive.yaml
+++ b/hieradata/eqiad/cdh/hive.yaml
@@ -8,5 +8,5 @@
 cdh::hive::auxpath: 
file:///usr/lib/hive-hcatalog/share/hcatalog/hive-hcatalog-core.jar
 
 # Following Cloudera recommandations for ~20 users
-cdh::hive::hive_metastore_opts: '-Xmx10g'
-cdh::hive::hive_server_opts: '-Xmx6g'
\ No newline at end of file
+cdh::hive::hive_metastore_opts: '-Xms4g -Xmx10g'
+cdh::hive::hive_server_opts: '-Xms4g -Xmx6g'
\ No newline at end of file

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic526d88192d20a12fa281c27a1db5ba1640a42b6
Gerrit-PatchSet: 1
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