You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by ch huang <ju...@gmail.com> on 2013/11/20 07:50:53 UTC

about hadoop memory usage

hi,all:
       if i allocate 2G memory to NN, and i get memory usage info from jmx
interface ,i add the max value of heapmemoryusage and nonheapmemorusage
,the total number is not equal 2G ,the value is 1950.5M ,why? ,BTW ,what's
the "committed" and "init" means?


  "HeapMemoryUsage" : {
      "committed" : 312344576,
      "init" : 258443648,
      "max" : 1908932608,
      "used" : 36133888
    },
    "NonHeapMemoryUsage" : {
      "committed" : 30408704,
      "init" : 24313856,
      "max" : 136314880,
      "used" : 29665296
    },