Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

samples: lz4: reduce malloc arena size #65129

Merged
merged 1 commit into from
Nov 14, 2023

Conversation

kartben
Copy link
Collaborator

@kartben kartben commented Nov 13, 2023

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.

PR zephyrproject-rtos#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>
@zephyrbot zephyrbot added Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. area: Samples Samples labels Nov 13, 2023
Copy link
Collaborator

@keith-packard keith-packard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems fine as long as CI is happy.

@kartben
Copy link
Collaborator Author

kartben commented Nov 13, 2023

Seems fine as long as CI is happy.

Ya, integration tests also ran happily on mps2_an385 and qemu_riscv64.

@aescolar aescolar merged commit fc4967e into zephyrproject-rtos:main Nov 14, 2023
18 checks passed
@kartben kartben deleted the lz4_arena_size branch November 15, 2023 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Samples Samples Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants