-
CONFIG_MAX_THREAD_BYTES
¶
Bytes to use when tracking object thread permissions
Type: int
Help¶
Every kernel object will have an associated bitfield to store thread permissions for that object. This controls the size of the bitfield (in bytes) and imposes a limit on how many threads can be created in the system.
Kconfig definition¶
At arch/Kconfig:106
Included via Kconfig:10
→ Kconfig.zephyr:23
Menu path: (top menu) → General Architecture Options
config MAX_THREAD_BYTES int prompt "Bytes to use when tracking object thread permissions" ifUSERSPACE
default 2 ifUSERSPACE
depends onUSERSPACE
help Every kernel object will have an associated bitfield to store thread permissions for that object. This controls the size of the bitfield (in bytes) and imposes a limit on how many threads can be created in the system.
(Definitions include propagated dependencies, including from if’s and menus.)