You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2019/12/05 10:44:59 UTC

[GitHub] [mynewt-nimble] andrzej-kaczmarek commented on issue #689: run NimBLE on embeded linux platform

andrzej-kaczmarek commented on issue #689: run NimBLE on embeded linux platform
URL: https://github.com/apache/mynewt-nimble/issues/689#issuecomment-562075085
 
 
   You can't expect NimBLE running as a standalone process to be nowhere near quoted numbers because it's not NimBLE itself which contributes to image size and memory usage. When linked as executable binary is has multiple system libraries linked and those have immediate effect on both image size and (virtual) memory usage, as on any other Linux binary.
   
   BTW, one simple thing you can do to decrease image size is to strip binary which removes all debug symbols (there are plenty of them).
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services