Class 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()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JVMHeapSlack

        public JVMHeapSlack()