Kconfig.debug 428 B

12345678910
  1. # SPDX-License-Identifier: GPL-2.0
  2. config 16KSTACKS
  3. bool "Use 16Kb for kernel stacks instead of 8Kb"
  4. help
  5. If you say Y here the kernel will use a 16Kb stacksize for the
  6. kernel stack attached to each process/thread. The default is 8K.
  7. This increases the resident kernel footprint and will cause less
  8. threads to run on the system and also increase the pressure
  9. on the VM subsystem for higher order allocations.