Elukey has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/347814 )
Change subject: Set Xms settings for Hadoop Workers daemons ...................................................................... Set Xms settings for Hadoop Workers daemons This will allow to have Xmx and Xmx settings for Hadoop Hdfs datanode and Yarn nodemanager daemons. Change-Id: I38b048c957efbd3ae6c331e3b06ee91f7e1c3b1d --- M hieradata/eqiad/cdh/hadoop.yaml M modules/cdh 2 files changed, 3 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/14/347814/1 diff --git a/hieradata/eqiad/cdh/hadoop.yaml b/hieradata/eqiad/cdh/hadoop.yaml index 98c8695..71ece21 100644 --- a/hieradata/eqiad/cdh/hadoop.yaml +++ b/hieradata/eqiad/cdh/hadoop.yaml @@ -69,10 +69,12 @@ # This setting is used to configure the max heap size for both. # The default is 1000m, we increase it to 2048m in production. cdh::hadoop::yarn_heapsize: 2048 +cdh::hadoop::yarn_nodemanager_opts -Xms2048m # Heap size for HDFS datanode. # The default is 1000m, we increase it to 2048m in production. cdh::hadoop::hadoop_heapsize: 2048 +cdh::hadoop::hdfs_datanode_opts -Xms2048m # Yarn ApplicationMaster container size and max heap size (-Xmx) cdh::hadoop::yarn_app_mapreduce_am_resource_mb: 4096 # 2 * 2G diff --git a/modules/cdh b/modules/cdh index c7c9cf1..b0fbf7c 160000 --- a/modules/cdh +++ b/modules/cdh @@ -1 +1 @@ -Subproject commit c7c9cf17085ba18fafe82be88e7156eaf3ca242e +Subproject commit b0fbf7cc547a2a23e1452dcdc7cff457d761a7cc -- To view, visit https://gerrit.wikimedia.org/r/347814 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I38b048c957efbd3ae6c331e3b06ee91f7e1c3b1d Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Elukey <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
