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
질문됨 일 년 전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일 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인