Package org.apache.nemo.conf
Class JobConf.ExecutorMemoryMb
- java.lang.Object
-
- org.apache.nemo.conf.JobConf.ExecutorMemoryMb
-
- All Implemented Interfaces:
org.apache.reef.tang.annotations.Name<java.lang.Integer>
- Enclosing class:
- JobConf
@NamedParameter(doc="The size of total memory(sum of heap and off-heap memory) per executor", short_name="memory_mb") public final class JobConf.ExecutorMemoryMb extends java.lang.Object implements org.apache.reef.tang.annotations.Name<java.lang.Integer>
The size of total memory in the executor. (Max off-heap memory) = (executor memory) * (max off-heap ratio) We assume that the size of memory per executor is always given as input (therefore, no default value).
-
-
Constructor Summary
Constructors Constructor Description ExecutorMemoryMb()
-