AgentOptionsResponse

data class AgentOptionsResponse(val hugepagesCount: Double, val hugepagesSize: String? = null)

Constructors

Link copied to clipboard
constructor(hugepagesCount: Double, hugepagesSize: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of hugepages to allocate.

Link copied to clipboard
val hugepagesSize: String? = null

The size of the hugepages to allocate.