How yarn memory is allocated in emr? How to increase yarn memory?

0

running emr cluster with r5.8xlarge containing 1 master and 4 core and 2 task nodes want to increase yarn memroy for this cluster to improve performance?

anudeep
已提问 1 年前158 查看次数
1 回答
0

EMR cluster YARN memory is defined as per the configuration defined here. Instance typer5.8xlarge has 253952MB defined in yarn.nodemanager.resource.memory-mb ( considering HBASE isn't installed in the cluster), so the cluster's YARN memory becomes 253952 * 6 MB ( 4 core and 2 task ).

This is to kept in such a way that there are some resources left for the OS and other processes.

You can tune the parameter in the cluster using EMR reconfiguration if you wish but in general tuning this is not recommended.

For more YARN cluster, consider to use EMR scaling.

AWS
已回答 9 天前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则