commit | 0a4a282cdc4e7c40d5ae2d5c6afedc53dde6f525 | [log] [tgz] |
---|---|---|
author | Andy Ross <andrew.j.ross@intel.com> | Tue Oct 20 15:57:39 2020 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Dec 07 21:50:14 2020 -0500 |
tree | f1f284bd3600215affbfcff06618cc2b9394589a | |
parent | 2f661fd17a2c5c9199d21748fecd945e2e8f63f5 [diff] |
tests/kernel/thread_stack: Increase heap size This test was written to use a TINY system heap (64 bytes) from which it has to allocate on behalf of a userspace process. The change in convention from mem_pool (where the byte count now includes metadata overhead) means it runs out of space. Bump to 192 bytes. Still tiny. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>