共用方式為


LinuxOSConfig interface

See AKS custom node configuration for more details.

Properties

swapFileSizeMB

The size in MB of a swap file that will be created on each node.

sysctls

Sysctl settings for Linux agent nodes.

transparentHugePageDefrag

Valid values are 'always', 'defer', 'defer+madvise', 'madvise' and 'never'. The default is 'madvise'. For more information see Transparent Hugepages.

transparentHugePageEnabled

Valid values are 'always', 'madvise', and 'never'. The default is 'always'. For more information see Transparent Hugepages.

Property Details

swapFileSizeMB

The size in MB of a swap file that will be created on each node.

swapFileSizeMB?: number

Property Value

number

sysctls

Sysctl settings for Linux agent nodes.

sysctls?: SysctlConfig

Property Value

transparentHugePageDefrag

Valid values are 'always', 'defer', 'defer+madvise', 'madvise' and 'never'. The default is 'madvise'. For more information see Transparent Hugepages.

transparentHugePageDefrag?: string

Property Value

string

transparentHugePageEnabled

Valid values are 'always', 'madvise', and 'never'. The default is 'always'. For more information see Transparent Hugepages.

transparentHugePageEnabled?: string

Property Value

string