samples: compression: lz4 requires more than 64kB of RAM

Set the min_ram limit to 64kB so that with new ztest lib
can run the sample on board with enough ram.
Smaller ram platforms are not used anymore.

Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
Francois Ramu 2022-10-24 17:41:39 +02:00 committed by Maureen Helm
commit 2749cfed8e

View file

@ -3,7 +3,7 @@ sample:
description: lz4 data compression library description: lz4 data compression library
common: common:
tags: compression lz4 tags: compression lz4
min_ram: 40 min_ram: 64
filter: TOOLCHAIN_HAS_NEWLIB == 1 filter: TOOLCHAIN_HAS_NEWLIB == 1
harness: console harness: console
harness_config: harness_config: