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

Issue through RAM / ROM summary #81261

Open
bayannagetteboina-eaton opened this issue Nov 12, 2024 · 3 comments
Open

Issue through RAM / ROM summary #81261

bayannagetteboina-eaton opened this issue Nov 12, 2024 · 3 comments
Assignees
Labels
bug The issue is a bug, or the PR is fixing a bug Footprint Issues related to the footprint (size) of the Zephyr images priority: low Low impact/importance bug

Comments

@bayannagetteboina-eaton

Hello there,

In order to summarize the used size vs free space in the v3 repo across all modules, we found that some of the calculations are not matching correctly when all those modules are totaled.

When we run the west build, it gives the following information about RAM size:
The total size for ROOT is “28565”:

  1. ROOT: 28565
  2. hidden: 17527
  3. no paths: 7614
  4. C:: 1131
  5. WORKSPACE: 4
  6. ZEPHYR_BASE: 3420

The sum of rows #2 to #7 should be equal to ROOT, but it is not matching as expected.

When we sum the values from row #2 to row #7:
17527+7614+1131+4+3420=29696
This total (29696) does not match the ROOT value (28565). The discrepancy is:
29696−28565=1131

To further investigate, you might want to:

Check for overlapping data or verify calculation methods.

If you have access to more detailed logs or can provide additional context, that might help pinpoint the exact cause of the discrepancy.

Could you please investigate this further and let us know?

Regards,
Bayanna

@bayannagetteboina-eaton bayannagetteboina-eaton added the bug The issue is a bug, or the PR is fixing a bug label Nov 12, 2024
Copy link

Hi @bayannagetteboina-eaton! We appreciate you submitting your first issue for our open-source project. 🌟

Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. 🤖💙

@ttmut
Copy link
Collaborator

ttmut commented Nov 12, 2024

@dkalowsk dkalowsk added the Footprint Issues related to the footprint (size) of the Zephyr images label Nov 12, 2024
@dkalowsk dkalowsk added the priority: low Low impact/importance bug label Nov 12, 2024
@dcpleung
Copy link
Member

You need to provide steps to reproduce.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug, or the PR is fixing a bug Footprint Issues related to the footprint (size) of the Zephyr images priority: low Low impact/importance bug
Projects
None yet
Development

No branches or pull requests

4 participants