Some tests instantiate a lot of thread objects. These were not tagged with __kernel, and CONFIG_APPLICATION_MEMORY was enabled, so the kernel was not adding them to the kernel object database. However, with CONFIG_APPLICATION_MEMORY disabled, this overflowed the default max number of thread objects (16). Increase the max to 32 for these particular tests. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
8 lines
174 B
Plaintext
8 lines
174 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_IRQ_OFFLOAD=y
|
|
CONFIG_TIMESLICING=y
|
|
CONFIG_NUM_PREEMPT_PRIORITIES=30
|
|
CONFIG_SCHED_SCALABLE=y
|
|
CONFIG_QEMU_TICKLESS_WORKAROUND=y
|
|
CONFIG_MAX_THREAD_BYTES=4
|