Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
david-guzman opened this issue Apr 13, 2018 · 0 comments
Assignees
Labels
question Further information is requested

Comments

@david-guzman
Copy link
Collaborator

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>
@david-guzman david-guzman added the question Further information is requested label Apr 13, 2018
@david-guzman david-guzman self-assigned this Apr 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant