ServiceTaskSpecResourcesLimits

data class ServiceTaskSpecResourcesLimits(val memoryBytes: Int? = null, val nanoCpus: Int? = null)

Constructors

Link copied to clipboard
constructor(memoryBytes: Int? = null, nanoCpus: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val memoryBytes: Int? = null

The amounf of memory in bytes the container allocates

Link copied to clipboard
val nanoCpus: Int? = null

CPU shares in units of 1/1e9 (or 10^-9) of the CPU. Should be at least 1000000