Elukey has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/381168 )
Change subject: hadoop: increase mapreduce history server heap settings ...................................................................... hadoop: increase mapreduce history server heap settings Change-Id: Icab69293c7af83a175b94f6016311cf731743e1f --- M hieradata/eqiad/cdh/hadoop.yaml 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Elukey: Looks good to me, approved jenkins-bot: Verified diff --git a/hieradata/eqiad/cdh/hadoop.yaml b/hieradata/eqiad/cdh/hadoop.yaml index 79acfd3..0f2275a 100644 --- a/hieradata/eqiad/cdh/hadoop.yaml +++ b/hieradata/eqiad/cdh/hadoop.yaml @@ -82,7 +82,7 @@ cdh::hadoop::yarn_app_mapreduce_am_command_opts: -Xmx3276m # 0.8 * 2 * 2G # MapReduce History server (running on Hadoop master nodes) -cdh::hadoop::mapreduce_history_java_opts: "-Xms1g -Xmx1g" +cdh::hadoop::mapreduce_history_java_opts: "-Xms4096m -Xmx4096m" # Save 8G for OS and other processes. # Memory available for use by Hadoop jobs: 64G - 8G == 56G. -- To view, visit https://gerrit.wikimedia.org/r/381168 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Icab69293c7af83a175b94f6016311cf731743e1f Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Elukey <[email protected]> Gerrit-Reviewer: Elukey <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
