From 4cc5380ebfa453ea37f1001dca501e917afdf95d Mon Sep 17 00:00:00 2001 From: Riadh Ghaddab Date: Tue, 22 Apr 2025 13:44:02 +0200 Subject: [PATCH] [nrf noup] settings: performance: fix storage size When partition manager tries to assign the partition size for the settings it allocates the minimum size which is 8K bytes. This is not enough for the performance test. Change it to 32K bytes. Signed-off-by: Riadh Ghaddab --- tests/subsys/settings/performance/prj.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/subsys/settings/performance/prj.conf b/tests/subsys/settings/performance/prj.conf index 27c208baa0be..a0fc0e1b3a45 100644 --- a/tests/subsys/settings/performance/prj.conf +++ b/tests/subsys/settings/performance/prj.conf @@ -5,3 +5,5 @@ CONFIG_ZMS=y CONFIG_SETTINGS=y CONFIG_SETTINGS_RUNTIME=y + +CONFIG_PM_PARTITION_SIZE_SETTINGS_STORAGE=0x8000