Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - N index
The Linux kernel configuration item CONFIG_NUMA_EMU
has multiple definitions:
mm/Kconfig
The configuration item CONFIG_NUMA_EMU:
CONFIG_NUMA_MEMBLKS
Enable NUMA emulation. A flat machine will be split into virtual nodes when booted with "numa=fake=N", where N is the number of nodes. This is only useful for debugging.
arch/x86/Kconfig
The configuration item CONFIG_NUMA_EMU:
CONFIG_NUMA
Enable NUMA emulation. A flat machine will be split into virtual nodes when booted with "numa=fake=N", where N is the number of nodes. This is only useful for debugging.
arch/s390/Kconfig
The configuration item CONFIG_NUMA_EMU:
(none)
Numa emulation mode will split the available system memory into equal chunks which then are distributed over the configured number of nodes in a round-robin manner.
The number of fake nodes is limited by the number of available memory chunks (i.e. memory size / fake size) and the number of supported nodes in the kernel.
The CPUs are assigned to the nodes in a way that partially respects the original machine topology (if supported by the machine). Fair distribution of the CPUs is not guaranteed.
arch/x86_64/Kconfig
The configuration item CONFIG_NUMA_EMU:
CONFIG_NUMA
Enable NUMA emulation. A flat machine will be split into virtual nodes when booted with "numa=fake=N", where N is the number of nodes. This is only useful for debugging.
arch/x86_64/Kconfig
The configuration item CONFIG_NUMA_EMU:
CONFIG_SMP
Enable NUMA emulation. A flat machine will be split into virtual nodes when booted with "numa=fake=N", where N is the number of nodes. This is only useful for debugging.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - N index
Automatically generated (in year 2024). See also LKDDb sources on GitLab