-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fix throughput degradation #18930
base: main
Are you sure you want to change the base?
Fix throughput degradation #18930
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 074ce4acc1a2e58c31331d0467ac72ee9d64a22f more detailssdk-nrf:
Github labels
List of changed files detected by CI (6)
Outputs:ToolchainVersion: b77d8c1312 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
a3b56b9
to
4238aaa
Compare
4238aaa
to
3cc15c3
Compare
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publish GitHub Action. |
Firstly, we need to add more targets to this sample - EK, 54H/L and ensure at least the IoT and mem optimized profiles can work. Secondly, we need to adjust the HEAP memory to scale according to the profile... we cannot have 260K allocated to HEAP for all profiles. The idea of using these profiles is to to tell the customer a mapping of throughputs v/s RAM and code footprints. We need to discuss internally and align the intention of this sample appropriately. |
This pull request has been marked as stale because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 7 days. Note, that you can always re-open a closed pull request at any time. |
This option should be enabled to enable the PicoLibc speed optimization for optimized throughput performance. Signed-off-by: Triveni Danda <[email protected]>
This change is done to ensure improved throughput by increasing RX buffers in the nRF700x driver. Signed-off-by: Triveni Danda <[email protected]>
Modify the pool sizes to different values for more accurate throughput optimization, as with the fixed configuration. Signed-off-by: Triveni Danda <[email protected]>
3cc15c3
to
074ce4a
Compare
No description provided.