Package org.apache.nemo.conf
Class JobConf.JVMHeapSlack
- java.lang.Object
-
- org.apache.nemo.conf.JobConf.JVMHeapSlack
-
- All Implemented Interfaces:
org.apache.reef.tang.annotations.Name<java.lang.Double>
- Enclosing class:
- JobConf
@NamedParameter(doc="The fraction of the container memory not to use for the JVM heap", short_name="heap_slack", default_value="0.3") public final class JobConf.JVMHeapSlack extends java.lang.Object implements org.apache.reef.tang.annotations.Name<java.lang.Double>
The fraction of container memory not to use fo the JVM heap.
-
-
Constructor Summary
Constructors Constructor Description JVMHeapSlack()
-