Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.17 KB

File metadata and controls

26 lines (16 loc) · 1.17 KB

LinuxResources

LinuxResources has container runtime resource constraints

Properties

Name Type Description Notes
blockIO LinuxBlockIO [optional]
cpu LinuxCPU [optional]
devices List<LinuxDeviceCgroup> Devices configures the device allowlist. [optional]
hugepageLimits List<LinuxHugepageLimit> Hugetlb limits (in bytes). Default to reservation limits if supported. [optional]
memory LinuxMemory [optional]
network LinuxNetwork [optional]
pids LinuxPids [optional]
rdma Map<String, LinuxRdma> Rdma resource restriction configuration. Limits are a set of key value pairs that define RDMA resource limits, where the key is device name and value is resource limits. [optional]
unified Map<String, String> Unified resources. [optional]

Implemented Interfaces

  • Serializable