CpuOptionsProperties

data class CpuOptionsProperties(val coreCount: Int? = null, val threadsPerCore: Int? = null)

The CPU options for the instance.

Constructors

Link copied to clipboard
constructor(coreCount: Int? = null, threadsPerCore: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val coreCount: Int? = null

The number of CPU cores for the instance.

Link copied to clipboard
val threadsPerCore: Int? = null

The number of threads per CPU core.