Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.66 KB

ContainerResourceConfig.md

File metadata and controls

26 lines (16 loc) · 1.66 KB

ContainerResourceConfig

Properties

Name Type Description Notes
intelRdt LinuxIntelRdt [optional]
oomScoreAdj Long OOMScoreAdj adjusts the score used by the OOM killer to determine processes to kill for the container's process. Optional. [optional]
rLimits List<POSIXRlimit> Rlimits are POSIX rlimits to apply to the container. Optional. [optional]
resourceLimits LinuxResources [optional]
throttleReadBpsDevice Map<String, LinuxThrottleDevice> IO read rate limit per cgroup per device, bytes per second [optional]
throttleReadIOPSDevice Map<String, LinuxThrottleDevice> IO read rate limit per cgroup per device, IO per second [optional]
throttleWriteBpsDevice Map<String, LinuxThrottleDevice> IO write rate limit per cgroup per device, bytes per second [optional]
throttleWriteIOPSDevice Map<String, LinuxThrottleDevice> IO write rate limit per cgroup per device, IO per second [optional]
unified Map<String, String> CgroupConf are key-value options passed into the container runtime that are used to configure cgroup v2. Optional. [optional]
weightDevice Map<String, LinuxWeightDevice> Weight per cgroup per device, can override BlkioWeight [optional]

Implemented Interfaces

  • Serializable