Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 2.27 KB

Resources.md

File metadata and controls

48 lines (38 loc) · 2.27 KB

Resources

Resources contains container's resources (cgroups config, ulimits...)

Properties

Name Type Description Notes
blkioDeviceReadBps List<ThrottleDevice> [optional]
blkioDeviceReadIOps List<ThrottleDevice> [optional]
blkioDeviceWriteBps List<ThrottleDevice> [optional]
blkioDeviceWriteIOps List<ThrottleDevice> [optional]
blkioWeight Integer [optional]
blkioWeightDevice List<WeightDevice> [optional]
cgroupParent String Applicable to UNIX platforms [optional]
cpuCount Long Applicable to Windows [optional]
cpuPercent Long [optional]
cpuPeriod Long [optional]
cpuQuota Long [optional]
cpuRealtimePeriod Long [optional]
cpuRealtimeRuntime Long [optional]
cpuShares Long Applicable to all platforms [optional]
cpusetCpus String [optional]
cpusetMems String [optional]
deviceCgroupRules List<String> [optional]
deviceRequests List<DeviceRequest> [optional]
devices List<DeviceMapping> [optional]
ioMaximumBandwidth Integer [optional]
ioMaximumIOps Integer [optional]
kernelMemory Long KernelMemory specifies the kernel memory limit (in bytes) for the container. Deprecated: kernel 5.4 deprecated kmem.limit_in_bytes. [optional]
kernelMemoryTCP Long [optional]
memory Long [optional]
memoryReservation Long [optional]
memorySwap Long [optional]
memorySwappiness Long [optional]
nanoCpus Long [optional]
oomKillDisable Boolean [optional]
pidsLimit Long [optional]
ulimits List<Ulimit> [optional]

Implemented Interfaces

  • Serializable