Class SystemResourceLimits

    • Constructor Detail

      • SystemResourceLimits

        public SystemResourceLimits()
    • Method Detail

      • getMemory

        public Long getMemory()
        (Optional) The maximum amount of RAM (in kilobytes) that this component's processes can use on the core device.
      • setMemory

        public void setMemory​(Long memory)
        (Optional) The maximum amount of RAM (in kilobytes) that this component's processes can use on the core device.
      • withMemory

        public SystemResourceLimits withMemory​(Long memory)
        (Optional) The maximum amount of RAM (in kilobytes) that this component's processes can use on the core device.
      • getCpus

        public Double getCpus()
        (Optional) The maximum amount of CPU time that this component's processes can use on the core device.
      • setCpus

        public void setCpus​(Double cpus)
        (Optional) The maximum amount of CPU time that this component's processes can use on the core device.
      • withCpus

        public SystemResourceLimits withCpus​(Double cpus)
        (Optional) The maximum amount of CPU time that this component's processes can use on the core device.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object