PR #63332 introduced a change to the LZ4 sample that set the malloc arena to an unnecessarily large size. After testing on native_posix, qemu_m3, and esp32s3_devkitm_appcpu, it would appear 24K is a much more reasonable (and sufficient) size. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
5 lines
116 B
Plaintext
5 lines
116 B
Plaintext
CONFIG_LZ4=y
|
|
CONFIG_REQUIRES_FULL_LIBC=y
|
|
CONFIG_HEAP_MEM_POOL_SIZE=16384
|
|
CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=24576
|