CONFIG_STACK_SIZE

Capacity of each stack used in the hypervisor

Type: hex

Defaults

  • 0x2000

Kconfig definition

At arch/x86/Kconfig:31, in menu (top menu):

config STACK_SIZE
    hex
    prompt "Capacity of each stack used in the hypervisor"
    default 0x2000

(Definitions include propagated dependencies, including from if’s and menus.)