Briefing Cloudera Knowledge

What is the maximum amount of virtual memory allocated for each map task before YARN will kill its C

Your cluster’s mapred-start.xml includes the following parameters
<name>mapreduce.map.memory.mb</name>
<value>4096</value>
<name>mapreduce.reduce.memory.mb</name>
<value>8192</value>
And any cluster’s yarn-site.xml includes the following parameters
<name>yarn.nodemanager.vmen-pmen-ration</name>
<value>2.1</value>
What is the maximum amount of virtual memory allocated for each map task before YARN will kill
its Container?

A.
4 GB

B.
17.2 GB

C.
8.9GB

D.
8.2 GB

E.
24.6 GB