Linux OSConfig Response
data class LinuxOSConfigResponse(val swapFileSizeMB: Int? = null, val sysctls: SysctlConfigResponse? = null, val transparentHugePageDefrag: String? = null, val transparentHugePageEnabled: String? = null)
See AKS custom node configuration for more details.
Constructors
Link copied to clipboard
fun LinuxOSConfigResponse(swapFileSizeMB: Int? = null, sysctls: SysctlConfigResponse? = null, transparentHugePageDefrag: String? = null, transparentHugePageEnabled: String? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Valid values are 'always', 'defer', 'defer+madvise', 'madvise' and 'never'. The default is 'madvise'. For more information see Transparent Hugepages.
Link copied to clipboard
Valid values are 'always', 'madvise', and 'never'. The default is 'always'. For more information see Transparent Hugepages.