InstanceNodeConfig

data class InstanceNodeConfig(val cpuCount: Int, val memorySizeMb: Int)

Constructors

Link copied to clipboard
constructor(cpuCount: Int, memorySizeMb: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Number of CPUs per node.

Link copied to clipboard

Memory size in Mebibytes for each memcache node.