Re: yarn kill container due to running beyond physical memory limits [ How can i debug memory issue ]
Posted by prateekarora on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/yarn-kill-container-due-to-running-beyond-physical-memory-limits-How-can-i-debug-memory-issue-tp7296p7317.html
Hi
Thanks for the reply
i have 6 node yarn cluster with total 107.66 GB Memory and 48 vcore .
configuration :
5 Node :
configure each Node with 19.53 GiB ( yarn.nodemanager.resource.memory-mb = 19.53 GB)
1 Node :
configure Node with 10 GiB ( yarn.nodemanager.resource.memory-mb = 10 GB)
Total : around 107.66 GB
currently i am running my flink application using below commnad :
flink run -m yarn-cluster -yn 15 -ytm 6144 -ys 1 <application_jar>
if i tried to run my application using below configuration then also facing same issue.
flink run -m yarn-cluster -yn 15 -ytm 4096 -ys 1 <application_jar>
Regards
Prateek