Skip to content

Yarn on vagrant throws VIRTUAL memory error when vmem-check-enabled is not set to false #1

@david-guzman

Description

@david-guzman

In folder centos74-hadoop31 Yarn generates the following error message:

[2018-04-13 16:09:20.318]
Container [pid=19552,containerID=container_1523635538125_0002_01_000014] 
is running 295074304B beyond the 'VIRTUAL' memory limit. 
Current usage: 115.1 MB of 1 GB physical memory used; 2.4 GB of 2.1 GB virtual memory used. 
Killing container.

It needs the following configuration setting in yarn-site.xml:

  <property>
    <name>yarn.nodemanager.vmem-check-enabled</name>
    <value>false</value>
  </property>

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions