Created
June 14, 2013 20:03
-
-
Save criccomini/5784838 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <property> | |
| <description>Ratio between virtual memory to physical memory when | |
| setting memory limits for containers. Container allocations are | |
| expressed in terms of physical memory, and virtual memory usage | |
| is allowed to exceed this allocation by this ratio. | |
| </description> | |
| <name>yarn.nodemanager.vmem-pmem-ratio</name> | |
| <value>8</value> | |
| </property> | |
| <property> | |
| <name>yarn.scheduler.maximum-allocation-vcores</name> | |
| <value>32</value> | |
| </property> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment