EngineInsufficientResourceException
class EngineInsufficientResourceException(hostname: String, cpus: Int?, mem: Long?) : ContextedRuntimeException
Exception indicating that a Docker engine cannot be used for dispatch because there is not enough resources reserved for the host system.
Parameters
hostname
Name of the host.
cpus
The number of CPUs available on the host.
mem
The amount of memory in Megabytes available on the host.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard