Linux Audio

Check our new training course

Loading...
v4.10.11
 
 1menu "Kernel hacking"
 2
 3source "lib/Kconfig.debug"
 4
 5config 16KSTACKS
 6	bool "Use 16Kb for kernel stacks instead of 8Kb"
 7	help
 8	  If you say Y here the kernel will use a  16Kb stacksize for the
 9	  kernel stack attached to each process/thread. The default is 8K.
10	  This increases the resident kernel footprint and will cause less
11	  threads to run on the system and also increase the pressure
12	  on the VM subsystem for higher order allocations.
13
14endmenu
v4.17
 1# SPDX-License-Identifier: GPL-2.0
 2menu "Kernel hacking"
 3
 4source "lib/Kconfig.debug"
 5
 6config 16KSTACKS
 7	bool "Use 16Kb for kernel stacks instead of 8Kb"
 8	help
 9	  If you say Y here the kernel will use a  16Kb stacksize for the
10	  kernel stack attached to each process/thread. The default is 8K.
11	  This increases the resident kernel footprint and will cause less
12	  threads to run on the system and also increase the pressure
13	  on the VM subsystem for higher order allocations.
14
15endmenu