github.com/opencontainers/runc@v1.2.0-rc.1.0.20240520010911-492dc558cdd6/libcontainer/configs/rdma.go (about) 1 package configs 2 3 // LinuxRdma for Linux cgroup 'rdma' resource management (Linux 4.11) 4 type LinuxRdma struct { 5 // Maximum number of HCA handles that can be opened. Default is "no limit". 6 HcaHandles *uint32 `json:"hca_handles,omitempty"` 7 // Maximum number of HCA objects that can be created. Default is "no limit". 8 HcaObjects *uint32 `json:"hca_objects,omitempty"` 9 }