Overcommit

data class Overcommit(val _cpu: String, val _mem: String) : ConfigVerifiable

Constructors

Link copied to clipboard
constructor(_cpu: String, _mem: String)

Properties

Link copied to clipboard
private val _cpu: String
Link copied to clipboard
private val _mem: String
Link copied to clipboard
val cpu: Double

Ratio of overcommit for CPU time.

Link copied to clipboard
val mem: Double

Ratio of overcommit for memory.

Functions

Link copied to clipboard
open fun verifyAll()

Verifies that the required constraints of this object is met.

Link copied to clipboard
open override fun verifyImpl()

Additional checks for verifying constraints on fields which do not implement ConfigVerifiable.