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

[nrfconnect] Reconfigure memory pool sizes #583

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rado17
Copy link

@rado17 rado17 commented Mar 29, 2025

With introduction of dedicated memory pools for nRF70 Wi-Fi driver, redistribute current heap size among the
driver heap and kernel heap.

Add following line to test this PR against different NCS revision:
NCS PR: nrfconnect/sdk-nrf/pull/

With introduction of dedicated memory pools for nRF70 Wi-Fi
driver, redistribute current heap size among the
driver heap and kernel heap.

Signed-off-by: Ravi Dondaputi <ravi.dondaputi@nordicsemi.no>
@rado17 rado17 force-pushed the mem_pool_configuration branch from 5b2d9dd to cf283cb Compare March 29, 2025 19:25
default 40144

config NRF_WIFI_DATA_HEAP_SIZE
default 50576 if BUILD_WITH_TFM
Copy link
Contributor

Choose a reason for hiding this comment

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

Where do these values come from? The description says "redistribute", but the given sizes do not sum up to 110720. Are you sure it's safe to decrease the pool size?

Copy link
Collaborator

@LuDuda LuDuda left a comment

Choose a reason for hiding this comment

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

If the values are confirmed then, it's great to see the optimization!

I would run the nightly tests on it (we might do it also after the merge?) - @doublemis1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants