We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In folder centos74-hadoop31 Yarn generates the following error message:
centos74-hadoop31
[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:
yarn-site.xml
<property> <name>yarn.nodemanager.vmem-check-enabled</name> <value>false</value> </property>
The text was updated successfully, but these errors were encountered:
david-guzman
No branches or pull requests
In folder
centos74-hadoop31
Yarn generates the following error message:It needs the following configuration setting in
yarn-site.xml
:The text was updated successfully, but these errors were encountered: