You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Miklos Szegedi (JIRA)" <ji...@apache.org> on 2017/04/05 01:32:41 UTC

[jira] [Created] (YARN-6442) Inaccurate javadoc in NodeManagerHardwareUtils.getContainerMemoryMB

Miklos Szegedi created YARN-6442:
------------------------------------

             Summary: Inaccurate javadoc in NodeManagerHardwareUtils.getContainerMemoryMB
                 Key: YARN-6442
                 URL: https://issues.apache.org/jira/browse/YARN-6442
             Project: Hadoop YARN
          Issue Type: Bug
            Reporter: Miklos Szegedi
            Priority: Minor


NodeManagerHardwareUtils.getContainerMemoryMB has the following javadoc:
{code}
"If the OS has a
   * ResourceCalculatorPlugin implemented, the calculation is 0.8 * (RAM - 2 *
   * JVM-memory) i.e. use 80% of the memory after accounting for memory used by
   * the DataNode and the NodeManager. If the number is less than 1GB, log a
   * warning message."
{code}
I think the accurate expression is 0.8*(RAM-2*JVM)-systemreserved. I also do not see the 1GB cap in the code.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-dev-help@hadoop.apache.org