Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LinuxOSConfig

Package version

See AKS custom node configuration for more details.

Hierarchy

  • LinuxOSConfig

Index

Properties

Optional swapFileSizeMB

swapFileSizeMB: undefined | number

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

Optional sysctls

sysctls: SysctlConfig

Sysctl settings for Linux agent nodes.

Optional transparentHugePageDefrag

transparentHugePageDefrag: undefined | string

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

Optional transparentHugePageEnabled

transparentHugePageEnabled: undefined | string

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

Generated using TypeDoc