Elukey has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/348915 )
Change subject: Set Xms value for the Hadoop Yarn Resource Manager's JVM ...................................................................... Set Xms value for the Hadoop Yarn Resource Manager's JVM Bug: T159219 Change-Id: I75249959836cc473db6acb69c9d4ffcf20b5f688 --- M hieradata/eqiad/cdh/hadoop.yaml 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Elukey: Verified; Looks good to me, approved diff --git a/hieradata/eqiad/cdh/hadoop.yaml b/hieradata/eqiad/cdh/hadoop.yaml index 66ea39a..9044793 100644 --- a/hieradata/eqiad/cdh/hadoop.yaml +++ b/hieradata/eqiad/cdh/hadoop.yaml @@ -70,6 +70,7 @@ # The default is 1000m, we increase it to 2048m in production. cdh::hadoop::yarn_heapsize: 2048 cdh::hadoop::yarn_nodemanager_opts: "-Xms2048m" +cdh::hadoop::yarn_resourcemanager_opts: "-Xms2048m" # Heap size for HDFS datanode. # The default is 1000m, we increase it to 2048m in production. -- To view, visit https://gerrit.wikimedia.org/r/348915 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I75249959836cc473db6acb69c9d4ffcf20b5f688 Gerrit-PatchSet: 4 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Elukey <[email protected]> Gerrit-Reviewer: Elukey <[email protected]> Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: Ottomata <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
