acassis commented on issue #14487:
URL: https://github.com/apache/nuttx/issues/14487#issuecomment-2433480267

   The sim:elf is not crashing, but I noticed that about 1KB of RAM is not 
returned to the system, it could be related to the memory used by the RAMDISK.
   
   ```
   nsh> free
         total       used       free    maxused    maxfree  nused  nfree name
      67108856    1258968   65849888    1259648   65849888     32      1 Umem
   
   nsh> elf
   Initial memory usage: 1326760
   Registering romdisk at /dev/ram6
   ...
   
   nsh> free
         total       used       free    maxused    maxfree  nused  nfree name
      67108856        712   67108144       4912   67108144      2      1 
textheap
      67108856    1260616   65848240    1534816   65710784     51      4 Umem
   ```


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to