<property>
  <name>mapred.child.java.opts</name>
  <value>-Xmx512m</value>//默认200m
  <description>Java opts for the task tracker child processes. 
  The following symbol, if present, will be interpolated: @taskid@ is replaced
  by current TaskID. Any other occurrences of '@' will go unchanged.
  For example, to enable verbose gc logging to a file named for the taskid in
  /tmp and to set the heap maximum to be a gigabyte, pass a 'value' of:
        -Xmx1024m -verbose:gc -Xloggc:/tmp/@taskid@.gc
 
  The configuration variable mapred.child.ulimit can be used to control the
  maximum virtual memory of the child processes.
  </description>
</property>

相关文章:

  • 2021-05-29
  • 2021-10-29
  • 2022-12-23
  • 2021-06-16
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-05
  • 2021-04-03
  • 2022-01-07
  • 2021-12-19
  • 2021-08-09
  • 2022-01-08
相关资源
相似解决方案