KiCad PCB EDA Suite
|
Limits and default settings for the coroutine stack size allowed. More...
Variables | |
static constexpr int | min_stack = 32 * 4096 |
static constexpr int | default_stack = 256 * 4096 |
static constexpr int | max_stack = 4096 * 4096 |
Limits and default settings for the coroutine stack size allowed.
Warning! Setting the stack size below the default may lead to unexplained crashes This configuration setting is intended for developers only.
|
staticconstexpr |
Definition at line 52 of file advanced_config.cpp.
Referenced by ADVANCED_CFG::ADVANCED_CFG(), and ADVANCED_CFG::loadSettings().
|
staticconstexpr |
Definition at line 53 of file advanced_config.cpp.
Referenced by ADVANCED_CFG::loadSettings().
|
staticconstexpr |
Definition at line 51 of file advanced_config.cpp.
Referenced by ADVANCED_CFG::loadSettings().