fs/littlefs/sample: Increase stack size

Increase stack size to prevent sample crashes.

Fixes #57525

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
This commit is contained in:
Dominik Ermel 2023-06-07 14:31:57 +00:00 committed by Anas Nashif
commit e0e7f5888f

View file

@ -8,7 +8,7 @@
#CONFIG_APP_WIPE_STORAGE=y
# fs_dirent structures are big.
CONFIG_MAIN_STACK_SIZE=2048
CONFIG_MAIN_STACK_SIZE=4096
# Let __ASSERT do its job
CONFIG_DEBUG=y