Get Job Definition Node Property Node Range Property Container Linux Parameter
data class GetJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameter(val devices: List<GetJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameterDevice>, val initProcessEnabled: Boolean, val maxSwap: Int, val sharedMemorySize: Int, val swappiness: Int, val tmpfs: List<GetJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameterTmpf>)
Constructors
Link copied to clipboard
constructor(devices: List<GetJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameterDevice>, initProcessEnabled: Boolean, maxSwap: Int, sharedMemorySize: Int, swappiness: Int, tmpfs: List<GetJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameterTmpf>)
Properties
Link copied to clipboard
Any of the host devices to expose to the container.
Link copied to clipboard
If true, run an init process inside the container that forwards signals and reaps processes.
Link copied to clipboard
The value for the size (in MiB) of the /dev/shm
volume.
Link copied to clipboard
You can use this parameter to tune a container's memory swappiness behavior.
Link copied to clipboard
The container path, mount options, and size (in MiB) of the tmpfs mount.