-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Description
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”:
- ROOT: 28565
- hidden: 17527
- no paths: 7614
- C:: 1131
- WORKSPACE: 4
- 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