Interface CgroupMemoryConfigOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CgroupMemoryConfig, CgroupMemoryConfig.Builder

public interface CgroupMemoryConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Optional max memory limit in bytes used for memory pressure calculations.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getMaxMemoryBytes

      long getMaxMemoryBytes()
       Optional max memory limit in bytes used for memory pressure calculations.
       If set, this value is used as an upper bound on the memory limit, taking the minimum
       between this value and the system's cgroup memory limit. If not set, the system's
       cgroup memory limit is always used.
       
      uint64 max_memory_bytes = 1;
      Returns:
      The maxMemoryBytes.