libc/common: Increase USERSPACE + POT MPU default arena to 2048 bytes

This matches the size that would be used with the newlib_nano configuration
and allows several tests to complete which would otherwise fail due to
insufficient heap space.

Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Keith Packard 2023-05-30 13:57:30 -07:00 committed by Anas Nashif
parent 3103f94c6a
commit b97a4a52a8

View file

@ -22,7 +22,7 @@ config COMMON_LIBC_MALLOC_ARENA_SIZE
depends on COMMON_LIBC_MALLOC
default 0 if MINIMAL_LIBC
default 16384 if MMU
default 1024 if USERSPACE && MPU_REQUIRES_POWER_OF_TWO_ALIGNMENT
default 2048 if USERSPACE && MPU_REQUIRES_POWER_OF_TWO_ALIGNMENT
default -1
help
Indicate the size in bytes of the memory arena used for