Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - S index
The Linux kernel configuration item CONFIG_SMALL_STACK
has multiple definitions:
arch/s390/Kconfig
The configuration item CONFIG_SMALL_STACK:
CONFIG_PACK_STACK && CONFIG_64BIT && ! CONFIG_LOCKDEP
If you say Y here and the compiler supports the -mkernel-backchain option the kernel will use a smaller kernel stack size. The reduced size is 8kb instead of 16kb. This allows to run more threads on a system and reduces the pressure on the memory management for higher order page allocations.
Say N if you are unsure.
arch/s390/Kconfig
The configuration item CONFIG_SMALL_STACK:
CONFIG_PACK_STACK && ! CONFIG_LOCKDEP
If you say Y here and the compiler supports the -mkernel-backchain option the kernel will use a smaller kernel stack size. For 31 bit the reduced size is 4kb instead of 8kb and for 64 bit it is 8kb instead of 16kb. This allows to run more thread on a system and reduces the pressure on the memory management for higher order page allocations.
Say N if you are unsure.
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 - S index
Automatically generated (in year 2025). See also LKDDb sources on GitLab