blob: 45add86decd5c76d8e40c67957e02d65ad8ed3a7 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Vineet Guptacfdbc2e2013-01-18 15:12:20 +05302
Vineet Guptacfdbc2e2013-01-18 15:12:20 +05303config 16KSTACKS
4 bool "Use 16Kb for kernel stacks instead of 8Kb"
5 help
6 If you say Y here the kernel will use a 16Kb stacksize for the
7 kernel stack attached to each process/thread. The default is 8K.
8 This increases the resident kernel footprint and will cause less
9 threads to run on the system and also increase the pressure
10 on the VM subsystem for higher order allocations.