Vineet Gupta | cfdbc2e | 2013-01-18 15:12:20 +0530 | [diff] [blame] | 1 | menu "Kernel hacking" |
| 2 | |
| 3 | source "lib/Kconfig.debug" |
| 4 | |
Vineet Gupta | cfdbc2e | 2013-01-18 15:12:20 +0530 | [diff] [blame] | 5 | config 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 | |
| 14 | endmenu |